Skip to content

Commit

Permalink
Merge pull request #20 from uniba-swt/develop
Browse files Browse the repository at this point in the history
Updated version to 1.0.1
  • Loading branch information
eyip002 authored Dec 11, 2021
2 parents a5e9c11 + 8e6d043 commit 19d5836
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ subprojects {
apply from: "${rootDir}/gradle/source-layout.gradle"
apply plugin: 'eclipse'

// change value in class: CliWrapper.kt as well
// Change value in CliWrapper.kt and package.json as well
group = 'swtia'
version = '1.0.0'
version = '1.0.1'

sourceCompatibility = '11'
targetCompatibility = '11'
Expand Down
2 changes: 1 addition & 1 deletion swtia/src/main/kotlin/swtia/startup/CliWrapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class CliWrapper {
companion object {

// should find another solution to sync the version with build.gradle and show git commit reference
private const val Version = "1.0.0"
private const val Version = "1.0.1"

private const val KeyFormat = "fmt"

Expand Down
4 changes: 2 additions & 2 deletions vscode-ext/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion vscode-ext/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "IDE plugin with LSP server for Interface Automata, debugger, refinement checker and simulator",
"publisher": "uniba-swt",
"repository": "https://github.com/uniba-swt/ia-toolset",
"version": "1.0.0",
"version": "1.0.1",
"engines": {
"vscode": "^1.6.2"
},
Expand Down

0 comments on commit 19d5836

Please sign in to comment.