Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Jan 26, 2022
1 parent 004a3a3 commit 9558653
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ConvexMerger/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sourceSets{
eclipse.classpath.downloadJavadoc = true
compileJava.options.encoding = 'UTF-8'
sourceCompatibility = 1.8
version = 'v1.0'
version = 'v1.1'//don't forget Constants.java
shadowJar.archiveName = 'ConvexMerger-' + version + '.jar'

repositories{
Expand Down
2 changes: 1 addition & 1 deletion ConvexMerger/src/dev/roanh/convexmerger/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class Constants{
/**
* Current game version.
*/
public static final String VERSION = "v1.0";//don't forget build.gradle
public static final String VERSION = "v1.1";//don't forget build.gradle
/**
* Game and window title.
*/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ When generating the playfield you can control the object size, density and spaci

## Downloads
_Requires Java 8 or higher_
- [Windows executable](https://github.com/RoanH/ConvexMerger/releases/download/v1.0/ConvexMerger-v1.0.exe)
- [Runnable Java Archive](https://github.com/RoanH/ConvexMerger/releases/download/v1.0/ConvexMerger-v1.0.jar)
- [Windows executable](https://github.com/RoanH/ConvexMerger/releases/download/v1.1/ConvexMerger-v1.1.exe)
- [Runnable Java Archive](https://github.com/RoanH/ConvexMerger/releases/download/v1.1/ConvexMerger-v1.1.jar)

All releases: [releases](https://github.com/RoanH/ConvexMerger/releases)
GitHub repository: [here](https://github.com/RoanH/ConvexMerger)
Expand Down

0 comments on commit 9558653

Please sign in to comment.