diff --git a/Cargo.lock b/Cargo.lock index 155cb312..2fbd3245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -199,7 +199,7 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" [[package]] name = "caesar" -version = "2.0.5" +version = "2.0.6" dependencies = [ "ariadne", "atty", diff --git a/Cargo.toml b/Cargo.toml index c4820b95..af602311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ [package] name = "caesar" -version = "2.0.5" +version = "2.0.6" authors = ["Philipp Schroer "] edition = "2018" build = "build.rs" # LALRPOP preprocessing diff --git a/vscode-ext/package.json b/vscode-ext/package.json index 9eeb0f46..2872349d 100644 --- a/vscode-ext/package.json +++ b/vscode-ext/package.json @@ -3,7 +3,7 @@ "displayName": "Caesar Verifier", "description": "The quantitative deductive verifier Caesar for VSCode", "publisher": "rwth-moves", - "version": "2.0.5", + "version": "2.0.6", "repository": { "type": "git", "url": "https://github.com/moves-rwth/caesar.git",