Skip to content

Commit 3d2e7da

Browse files
committed
Update version number and remove old binary
1 parent b5eef9e commit 3d2e7da

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Motion::Project::App.setup do |app|
1717
app.name = 'dragdrop-tester'
1818
app.identifier = 'com.digitalmoksha.dragdrop-tester'
1919
app.copyright = "Copyright © 2017 digitalMoksha LLC\nAll Rights Reserved"
20-
app.short_version = '0.1' # CFBundleShortVersionString
20+
app.short_version = '0.2' # CFBundleShortVersionString
2121
app.version = `git rev-list --all | wc -l`.strip.to_i.to_s # the build number
2222
app.sdk_version = '12.3'
2323
app.deployment_target = '10.14'

bin/dragdrop-tester.app.zip

-1.85 MB
Binary file not shown.

0 commit comments

Comments
 (0)