Skip to content

Commit

Permalink
Update version number and remove old binary
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalmoksha committed Jun 19, 2022
1 parent b5eef9e commit 3d2e7da
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Motion::Project::App.setup do |app|
app.name = 'dragdrop-tester'
app.identifier = 'com.digitalmoksha.dragdrop-tester'
app.copyright = "Copyright © 2017 digitalMoksha LLC\nAll Rights Reserved"
app.short_version = '0.1' # CFBundleShortVersionString
app.short_version = '0.2' # CFBundleShortVersionString
app.version = `git rev-list --all | wc -l`.strip.to_i.to_s # the build number
app.sdk_version = '12.3'
app.deployment_target = '10.14'
Expand Down
Binary file removed bin/dragdrop-tester.app.zip
Binary file not shown.

0 comments on commit 3d2e7da

Please sign in to comment.