diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a8a37ba..d6aa7ece 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ On Windows, you have to manually install the JDK. You can use the gradle wrapper to build and run the project: - `gradlew app:run` will run the desktop application. You can set various useful properties in `app/build.gradle` -- `gradlew dist` will create a distributable production version in `dist/build/dist/base`. +- `gradlew clean dist` will create a distributable production version in `dist/build/dist/base`. - `gradlew :test` will run the tests of the specified project. You are also able to properly debug the built production application through two different methods: diff --git a/version b/version index 0683f2ae..33b2b78b 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.15 \ No newline at end of file +1.7.15-2 \ No newline at end of file