Skip to content

Commit

Permalink
Bump version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
qduc committed Oct 23, 2018
1 parent 4c072f1 commit 5f6da87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ browserLauncher2.version = 1_3
compile.debug = true
compile.optimize = true

flickrFaves.version = 2.0.6
flickrFaves.version = 2.0.7
4 changes: 2 additions & 2 deletions src/de/vonkoeller/flickrFaves/gui/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
public class Constants {

/** The human-readble version string. Also update build.properties! */
public static final String VERSION = "2.0.6";
public static final String VERSION = "2.0.7";

/** The build number, useful for automatic comparison of versions. */
public static final int BUILD_NO = 21;
public static final int BUILD_NO = 22;

/** The URL of the file containing the latest version, for version check. */
public static final String LAST_VERSION_URL = "http://upload.magnusvk.com/software_versions/FlickrFaves.txt";
Expand Down

0 comments on commit 5f6da87

Please sign in to comment.