Skip to content

Commit 690c59d

Browse files
authored
Merge branch 'ferdium:develop' into feat/custom-external-browser
2 parents a03ed29 + 37499b9 commit 690c59d

4 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/homebrew-cask-updates.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: macos-14
1212
steps:
1313
- name: Publish nightly
14-
uses: macauley/action-homebrew-bump-cask@v1
14+
uses: friesi23/action-homebrew-bump-cask@v2
1515
if: ${{ contains(github.event.release.tag_name, 'nightly') }}
1616
with:
1717
# Required, custom GitHub access token with only the 'public_repo' scope enabled
@@ -23,7 +23,7 @@ jobs:
2323
livecheck: true
2424
dryrun: false
2525
- name: Publish beta
26-
uses: macauley/action-homebrew-bump-cask@v1
26+
uses: friesi23/action-homebrew-bump-cask@v2
2727
if: ${{ contains(github.event.release.tag_name, 'beta') }}
2828
with:
2929
# Required, custom GitHub access token with only the 'public_repo' scope enabled
@@ -35,7 +35,7 @@ jobs:
3535
livecheck: true
3636
dryrun: false
3737
- name: Publish release
38-
uses: macauley/action-homebrew-bump-cask@v1
38+
uses: friesi23/action-homebrew-bump-cask@v2
3939
if: ${{ !contains(github.event.release.tag_name, 'nightly') && !contains(github.event.release.tag_name, 'beta') }}
4040
with:
4141
# Required, custom GitHub access token with only the 'public_repo' scope enabled

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"productName": "Ferdium",
44
"desktopName": "ferdium.desktop",
55
"appId": "org.ferdium.ferdium-app",
6-
"version": "7.1.2-nightly.8",
6+
"version": "7.1.3-nightly.1",
77
"description": "Messaging app for WhatsApp, Slack, Telegram, Hangouts and many many more.",
88
"author": "Ferdium Contributors <hello@ferdium.org> (https://ferdium.org/)",
99
"license": "Apache-2.0",

pnpm-lock.yaml

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)