Skip to content

Commit

Permalink
Fixes update issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ian4hu committed Apr 17, 2021
1 parent d50b9de commit 89b3d5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push]

jobs:
build:
environment: SPARKLE_ED25519_KEY
environment: Sparkle Updates
runs-on: macOS-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## 1.2.9.beta18
- Fixes Sparkle update issues.

## 1.2.9.beta17
- Drop Travis CI support.

Expand Down
4 changes: 2 additions & 2 deletions Clipy/Supporting Files/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.2.9.beta17</string>
<string>1.2.9.beta18</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.2.9.beta14</string>
<string>1.2.9.beta18</string>
<key>Fabric</key>
<dict>
<key>APIKey</key>
Expand Down

0 comments on commit 89b3d5e

Please sign in to comment.