Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
fflewddur committed Jul 14, 2016
1 parent d0137fb commit 2ec79d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="archivo" default="archivo">
<property name="title" value="Archivo"/>
<property name="version" value="1.1.0 Beta 2"/>
<property name="version" value="1.1.0"/>
<property name="copyright" value="2016 Straylight Labs LLC"/>

<!-- Overwrite these in build.properties if necessary -->
Expand Down
4 changes: 2 additions & 2 deletions src/net/straylightlabs/archivo/Archivo.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ public class Archivo extends Application {
public static final int APP_MAJOR_VERSION = 1;
public static final int APP_MINOR_VERSION = 1;
public static final int APP_RELEASE_VERSION = 0;
public static final boolean IS_BETA = true;
public static final int BETA_VERSION = 2;
public static final boolean IS_BETA = false;
public static final int BETA_VERSION = 0;
public static final String APPLICATION_VERSION;
public static final String USER_AGENT;
public static final Path LOG_PATH = Paths.get(OSHelper.getDataDirectory().toString(), "log.txt");
Expand Down

0 comments on commit 2ec79d0

Please sign in to comment.