Skip to content

Commit

Permalink
Switch to SSL
Browse files Browse the repository at this point in the history
  • Loading branch information
magnusvk committed Jun 26, 2014
1 parent 052915a commit 9d8f2e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.5
flickrFaves.version = 2.0.6
Binary file modified lib/flickrapi-1.2.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions src/de/vonkoeller/flickrFaves/gui/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,16 @@
public class Constants {

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

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

/** 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";

/** The homepage of the FlickrFaves project. */
public static final String FLICKR_FAVES_URL = "http://magnusvk.com/flickrfaves";
public static final String FLICKR_FAVES_URL = "https://github.com/magnusvk/FlickrFaves";

/** The user-agent string to use when performing the version check. */
public static final String USER_AGENT = "FlickrFaves/" + VERSION;
Expand Down

0 comments on commit 9d8f2e3

Please sign in to comment.