Skip to content

Commit

Permalink
1.0.1: tag release
Browse files Browse the repository at this point in the history
  • Loading branch information
mtigas committed Sep 15, 2015
1 parent b8eee37 commit bc14822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<property name="build.dir" value="build"/>
<property name="mac.dir" value="${build.dir}/mac" />
<property name="windows.dir" value="${build.dir}/windows" />
<property name="full_version" value="1.0.0.0"/>
<property name="full_version" value="1.0.1.0"/>
<property name="launch4j.dir" location="${build.dir}/../launch4j" />
<property name="launch4j.bindir" location="${build.dir}/../launch4j/bin" />

Expand Down Expand Up @@ -54,9 +54,11 @@
[3]: https://developer.apple.com/account/mac/certificate/certificateList.action
-->
<exec executable="codesign" os="Mac OS X">
<!-- <arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_60.jdk" /> -->
<arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app/Contents/PlugIns/jdk1.8.0_60.jdk" />
</exec>
<exec executable="codesign" os="Mac OS X">
<!-- <arg line="-f -s 'Developer ID Application: Mike Tigas (68QUP6KP2C)' ${build.dir}/mac/Tabula.app" /> -->
<arg line="-f -s 'Tabula' ${build.dir}/mac/Tabula.app" />
</exec>
</target>
Expand Down
2 changes: 1 addition & 1 deletion webapp/static/js/tabula.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var Tabula;
window.Tabula = Tabula || {};

Tabula.UI_VERSION = "1.0.0-2015-08-05" // when we make releases, we should remember to up this.
Tabula.UI_VERSION = "1.0.1-2015-09-14" // when we make releases, we should remember to up this.
// Add '-pre' to the end of this for a prerelease version; this will let
// our "new version" check give you that channel.

Expand Down

0 comments on commit bc14822

Please sign in to comment.