We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b13778 commit d0ee666Copy full SHA for d0ee666
LetsMove.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "LetsMove"
3
- s.version = "1.21"
+ s.version = "1.22"
4
s.summary = "Moves a running Mac application to the /Applications directory."
5
s.homepage = "https://github.com/potionfactory/LetsMove/"
6
s.license = 'Public Domain'
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
11
s.source = {
12
:git => "https://github.com/potionfactory/LetsMove.git",
13
- :tag => "v1.21"
+ :tag => "v1.22"
14
}
15
16
s.source_files = '*.{h,m}'
0 commit comments