We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7d0354 commit 88e6948Copy full SHA for 88e6948
ModMove/Resources/Info.plist
@@ -17,7 +17,7 @@
17
<key>CFBundlePackageType</key>
18
<string>APPL</string>
19
<key>CFBundleShortVersionString</key>
20
- <string>1.0.1</string>
+ <string>1.1.0</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.0.1'
3
- sha256 'e26b49608d57659e4a7a22b3e48a10d6636d79022240ea555357ef9ff323f0c9'
+ version '1.1.0'
+ sha256 '7e6890beeea2a4e2a19656b6e09986b1a77b044f179bb62a59cff05fec4b31f9'
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