Skip to content

Commit

Permalink
Update the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanH committed Nov 24, 2019
1 parent 534fe05 commit aeac1f3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.2'//Don't forget Main.java
version = 'v2.3'//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 @@ -380,7 +380,7 @@ public static void main(String[] args){
links.add(forum);
links.add(git);
version.add(links);
version.add(Util.getVersionLabel("ImageScaler", "v2.2"));//XXX the version number - don't forget build.gradle
version.add(Util.getVersionLabel("ImageScaler", "v2.3"));//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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ So a little while ago a friend of mine came up with the idea to write a program
And now that program is done :D.

The program itself looks like this:
![GUI](https://i.imgur.com/5eU6t4U.png)
![GUI](https://i.imgur.com/vZMgkkf.png)

By default it will look for all the files in the input folder that have a name that ends with @2x and scale them down by a factor 2. It'll also remove the @2x part from the file name of the generated SD image.
However I decided to make all the filters and parameters configurable so you could actually also use this program to upscale or downscale a whole folder of images.
Expand All @@ -15,8 +15,8 @@ Well I hope some of you find this program useful :)
And if you find any bugs or think of nice features feel free to report/request them.

## Downloads
[Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.2/ImageScaler-v2.2.exe)<br>
[Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.2/ImageScaler-v2.2.jar)
[Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.3/ImageScaler-v2.3.exe)<br>
[Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.3/ImageScaler-v2.3.jar)

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

0 comments on commit aeac1f3

Please sign in to comment.