topchetoeu-bump-0-10 #32

Merged
topchetoeu merged 2 commits from topchetoeu-bump-0-10 into master 2025-01-01 22:20:17 +00:00
2 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ jobs:
java-version: '11'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
gradle-version: "8.10"
- name: Clone repository
uses: GuillaumeFalourd/clone-github-repo-action@main
with:

View File

@ -1,4 +1,4 @@
project_group = me.topchetoeu
project_name = jscript
project_version = 0.9.41-beta
project_version = 0.10-beta
main_class = me.topchetoeu.jscript.repl.SimpleRepl