Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
fflewddur committed May 22, 2016
1 parent ae8c15e commit 9c3fa43
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.0.4"/>
<property name="version" value="1.0.5"/>
<property name="copyright" value="2016 Straylight Labs LLC"/>

<property file="build.properties"/>
Expand Down Expand Up @@ -345,7 +345,7 @@
<!-- Delete temporary files -->
<delete dir="${artifacts.temp.dir}"/>

<property name="dmg.name" value="${title} ${version}"/>
<property name="dmg.name" value="${title}"/>
<property name="dmg.path" value="${artifact.output.archivo}/${dmg.name}.dmg"/>
<property name="dmg.path.tmp" value="${artifact.output.archivo}/${dmg.name}.tmp.dmg"/>
<property name="mountdir" value="/tmp"/>
Expand Down
Binary file modified package/macosx/DS_Store
Binary file not shown.
2 changes: 1 addition & 1 deletion src/net/straylightlabs/archivo/Archivo.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public class Archivo extends Application {

public static final String APPLICATION_NAME = "Archivo";
public static final String APPLICATION_RDN = "net.straylightlabs.archivo";
public static final String APPLICATION_VERSION = "1.0.4.1";
public static final String APPLICATION_VERSION = "1.0.5";
public static final String USER_AGENT = String.format("%s/%s", APPLICATION_NAME, APPLICATION_VERSION);
private static final int WINDOW_MIN_HEIGHT = 400;
private static final int WINDOW_MIN_WIDTH = 555;
Expand Down

0 comments on commit 9c3fa43

Please sign in to comment.