From cb625dbe068690c0705e7725cb6aa434b9d4c1be Mon Sep 17 00:00:00 2001 From: Jomi Fred Hubner Date: Mon, 30 Sep 2024 11:18:32 -0300 Subject: [PATCH] start 3.3.0 --- doc/release-notes.adoc | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release-notes.adoc b/doc/release-notes.adoc index 7f2e7b0f..57397d9f 100644 --- a/doc/release-notes.adoc +++ b/doc/release-notes.adoc @@ -14,7 +14,7 @@ - several (minor) improvements in Jason-CLI. About running a project: * `jason x.mas2h` uses gradle to run the application - * `jason mas start --mas2j=x.mas2h` runs without gradle + * `jason mas start --mas2j=x.mas2h` runs without gradle. The classpath might be informed using `--cp` if necessary. - update doc for new Jason web site: https://jason-lang.github.io diff --git a/gradle.properties b/gradle.properties index 8297fccb..cb0aa289 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -jasonVersion=3.3.0-SNAPSHOT +jasonVersion=3.3.0 groupId=io.github.jason-lang