Skip to content

Commit

Permalink
v19.2 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandittmann authored Mar 22, 2022
1 parent 5aeee2e commit 15ff839
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 18,7 @@ on:

env:
version: ci
appVersion: '19.1'
appVersion: '19.2'
appBuild: ${{github.run_number}}
appRevision: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@ on:

env:
version: current
appVersion: '19.1'
appVersion: '19.2'
appBuild: 2147483647
appRevision: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextmajor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@ on:

env:
version: nextmajor
appVersion: '19.1'
appVersion: '19.2'
appBuild: 2147483647
appRevision: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nextminor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 7,7 @@ on:

env:
version: nextminor
appVersion: '19.1'
appVersion: '19.2'
appBuild: 2147483647
appRevision: 0

Expand Down
2 changes: 1 addition & 1 deletion App/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
"publisher": "Julian Dittmann",
"brief": "",
"description": "",
"version": "19.1.0.0",
"version": "19.2.0.0",
"privacyStatement": "",
"EULA": "",
"help": "",
Expand Down
4 changes: 2 additions & 2 deletions Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
"publisher": "Julian Dittmann",
"brief": "AL.Template Test App",
"description": "AL.Template Test App",
"version": "19.1.0.0",
"version": "19.2.0.0",
"privacyStatement": "",
"EULA": "",
"help": "",
Expand Down Expand Up @@ -44,7 44,7 @@
{
"name": "AL.Template",
"publisher": "Julian Dittmann",
"version": "19.1.0.0",
"version": "19.2.0.0",
"id": "9c30c7cc-475b-4bb3-b9ed-63b83d3627e1"
}
],
Expand Down

0 comments on commit 15ff839

Please sign in to comment.