Skip to content

Commit 48dcaa8

Browse files
committed
Version 2.5
1 parent e5695cd commit 48dcaa8

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

ImageScaler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ javadoc{
2323

2424
compileJava.options.encoding = 'UTF-8'
2525
sourceCompatibility = 1.8
26-
version = 'v2.4'//Don't forget Main.java
26+
version = 'v2.5'//Don't forget Main.java
2727
shadowJar.archiveName = 'ImageScaler-' + project.version + '.jar'
2828

2929
repositories{

ImageScaler/src/dev/roanh/imagescaler/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ public void done(){
357357
links.add(forum);
358358
links.add(git);
359359
version.add(links);
360-
version.add(Util.getVersionLabel("ImageScaler", "v2.4"));//XXX the version number - don't forget build.gradle
360+
version.add(Util.getVersionLabel("ImageScaler", "v2.5"));//XXX the version number - don't forget build.gradle
361361
forum.addMouseListener(new ClickableLink("https://osu.ppy.sh/community/forums/topics/762684"));
362362
git.addMouseListener(new ClickableLink("https://github.com/RoanH/ImageScaler"));
363363

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
# Image Scaler ![](https://img.shields.io/github/release/RoanH/ImageScaler.svg) ![](https://img.shields.io/github/downloads/RoanH/ImageScaler/total.svg)
1+
# <img src="ImageScaler/src/icon.png" width="40"/> Image Scaler [![](https://img.shields.io/github/release/RoanH/ImageScaler.svg)](https://github.com/RoanH/ImageScaler/releases) [![](https://img.shields.io/github/downloads/RoanH/ImageScaler/total.svg)](#downloads)
22
Simple but powerful batch image rescaler.
33

4-
# Forum post
4+
[Jump directly to downloads](#downloads)
5+
6+
# Description
57
So a little while ago a friend of mine came up with the idea to write a program that would automatically create SD images for already existing HD (@2x) skin images.
68
And now that program is done :D.
79

@@ -16,8 +18,8 @@ And if you find any bugs or think of nice features feel free to report/request t
1618

1719
## Downloads
1820
_Requires Java 8 or higher_
19-
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.exe)
20-
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.4/ImageScaler-v2.4.jar)
21+
- [Windows executable](https://github.com/RoanH/ImageScaler/releases/download/v2.5/ImageScaler-v2.5.exe)
22+
- [Runnable Java Archive](https://github.com/RoanH/ImageScaler/releases/download/v2.5/ImageScaler-v2.5.jar)
2123

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

0 commit comments

Comments
 (0)