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 99541eb commit b94f727Copy full SHA for b94f727
ModMove/Resources/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.1.0</string>
+ <string>1.1.1</string>
21
<key>CFBundleSignature</key>
22
<string>????</string>
23
<key>CFBundleVersion</key>
modmove.rb
@@ -1,6 +1,6 @@
1
cask 'modmove' do
2
- version '1.1.0'
3
- sha256 '7e6890beeea2a4e2a19656b6e09986b1a77b044f179bb62a59cff05fec4b31f9'
+ version '1.1.1'
+ sha256 '81b9cd96050b6bffecccb1ec6ef590a4fc0225c86e96de0a67a482b80c241bf7'
4
5
url "https://github.com/keith/modmove/releases/download/#{version}/ModMove.app.zip"
6
appcast 'https://github.com/keith/modmove/releases.atom'
0 commit comments