Skip to content

Commit

Permalink
Version 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Sep 20, 2020
1 parent 52cb555 commit 3c63eaa
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ImageScaler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ javadoc{

compileJava.options.encoding = 'UTF-8'
sourceCompatibility = 1.8
version = 'v2.3'//Don't forget Main.java
version = 'v2.4'//Don't forget Main.java
shadowJar.archiveName = 'ImageScaler-' + project.version + '.jar'

repositories{
Expand Down
2 changes: 1 addition & 1 deletion ImageScaler/src/me/roan/imagescaler/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public void done(){
links.add(forum);
links.add(git);
version.add(links);
version.add(Util.getVersionLabel("ImageScaler", "v2.3"));//XXX the version number - don't forget build.gradle
version.add(Util.getVersionLabel("ImageScaler", "v2.4"));//XXX the version number - don't forget build.gradle
forum.addMouseListener(new ClickableLink("https://osu.ppy.sh/community/forums/topics/762684"));
git.addMouseListener(new ClickableLink("https://github.com/RoanH/ImageScaler"));

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ And if you find any bugs or think of nice features feel free to report/request t

## Downloads
_Requires Java 8 or higher_
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.3/ImageScaler-v2.3.exe)
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.3/ImageScaler-v2.3.jar)
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.exe)
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.jar)

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

0 comments on commit 3c63eaa

Please sign in to comment.