Skip to content

Commit

Permalink
update readme, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Walnoot committed Apr 24, 2020
1 parent 00270c2 commit 4589ab4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Any variables marked const in the model can be overwritten before model checking

Limit the model to be unable to take time transitions after a specified amount of time. Useful if the model has no upper limit on time, and symbolic checking is used.

#### Known issues
### Known issues

When loading a trace in the editor, Uppaal will show a prompt asking to asking to upload the new model. If this happens, press no (otherwise the original, unchanged model is loaded and the trace cannot be shown).

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ githubPublish {
githubPublish.dependsOn preTagCommit
github {
token deployToken
repositoryName "utwente-fmt/UrPal"
repositoryName "Walnoot/SMC-Check"
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=0.2.2-SNAPSHOT
version=0.3.0
file=/home/michiel/Downloads/uppaal_test.xml

0 comments on commit 4589ab4

Please sign in to comment.