Skip to content

Commit

Permalink
bumping version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pallotron committed Oct 1, 2013
1 parent 0ae7483 commit cfce2a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dmg/createdmg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fi
cp skeleton.dmg $tmpdir/
hdiutil attach -readwrite $tmpdir/skeleton.dmg
echo "Copying $SRC_BINARY to /Volumes/yubiswitch/"
rm -rf /Volumes/yubiswitch/yubiswitch.app
rsync -av $SRC_BINARY/ /Volumes/yubiswitch/yubiswitch.app/
echo "Detach /Volumes/yubiswitch/"
hdiutil detach /Volumes/yubiswitch/
Expand Down
2 changes: 1 addition & 1 deletion yubiswitch/yubiswitch-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.1</string>
<string>0.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit cfce2a6

Please sign in to comment.