Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Jermolene committed Jan 18, 2014
1 parent 4966908 commit facdc01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<string>0.0.2</string>
<key>CFBundleVersion</key>
<string>0.0.1</string>
<string>0.0.2</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSSupportsAutomaticGraphicsSwitching</key>
Expand Down
8 changes: 4 additions & 4 deletions package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

# Zip them up
pushd ./output/win
zip -r ../tiddlydesktop-win-0.0.1.zip *
zip -r ../tiddlydesktop-win-0.0.2.zip *
popd
pushd ./output/mac
zip -r ../tiddlydesktop-mac-0.0.1.zip *
zip -r ../tiddlydesktop-mac-0.0.2.zip *
popd
pushd ./output/linux32
zip -r ../tiddlydesktop-linux32-0.0.1.zip *
zip -r ../tiddlydesktop-linux32-0.0.2.zip *
popd
pushd ./output/linux64
zip -r ../tiddlydesktop-linux64-0.0.1.zip *
zip -r ../tiddlydesktop-linux64-0.0.2.zip *
popd

0 comments on commit facdc01

Please sign in to comment.