Skip to content

Commit 89b3d5e

Browse files
author
ian4hu
committed
Fixes update issues
1 parent d50b9de commit 89b3d5e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/swift.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push]
44

55
jobs:
66
build:
7-
environment: SPARKLE_ED25519_KEY
7+
environment: Sparkle Updates
88
runs-on: macOS-latest
99
steps:
1010
- uses: actions/checkout@v2

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change Log
22

3+
## 1.2.9.beta18
4+
- Fixes Sparkle update issues.
5+
36
## 1.2.9.beta17
47
- Drop Travis CI support.
58

Clipy/Supporting Files/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.2.9.beta17</string>
20+
<string>1.2.9.beta18</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>1.2.9.beta14</string>
24+
<string>1.2.9.beta18</string>
2525
<key>Fabric</key>
2626
<dict>
2727
<key>APIKey</key>

0 commit comments

Comments
 (0)