Skip to content

Commit

Permalink
Bump to app version 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
tiram88 committed Mar 1, 2023
1 parent ae0dbde commit b807521
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"cSpell.words": [
"VSPC"
]
}
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api",
"version": "0.1.18",
"version": "0.1.19",
"type": "module",
"dependencies": {
"cors": "2.8.5",
Expand Down
2 changes: 1 addition & 1 deletion processing/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const validCharacters = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrs
const (
appMajor uint = 0
appMinor uint = 1
appPatch uint = 18
appPatch uint = 19
)

// appBuild is defined as a variable so it can be overridden during the build
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.18",
"version": "0.1.19",
"private": true,
"homepage": ".",
"dependencies": {
Expand Down

0 comments on commit b807521

Please sign in to comment.