Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
3.0.8 revision
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Aug 19, 2018
1 parent d71df15 commit 628d5a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## TikiOne Steam Cleaner Change Log

### 3.0.8 (2018/08/19) JAVA8
* fixed JDK10 build. This is a build problem only due to a Lombok compatibility issue with JDK10, not a runtime issue. You don't need to upgrade Steam Cleaner, so there won't be a new release for 3.0.8 revision.

### 3.0.7 (2018/02/17) JAVA8
* fixed issue [#27](https://github.com/jonathanlermitage/tikione-steam-cleaner/issues/27): scan Steam `steamapps` subfolder instead of base dir.

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>steamcleaner</artifactId>
<packaging>jar</packaging>

<version>3.0.7</version>
<version>3.0.8</version>
<name>Steam Cleaner</name>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/fr/tikione/steam/cleaner/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ public class Version {

public static final int MAJOR = 3;
public static final int MINOR = 0;
public static final int PATCH = 7;
public static final int PATCH = 8;
public static final String VERSION = MAJOR + "." + MINOR + "." + PATCH;

private Version() {
Expand Down

0 comments on commit 628d5a0

Please sign in to comment.