Skip to content

Commit

Permalink
🔖 0.2.18-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
kiomarzsss committed May 2, 2024
1 parent 00f7942 commit c35f0f6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
os: [macos-latest]
os: [ubuntu-latest, windows-latest, macos-latest]

steps:
- name: Checkout git repo
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
# This is used for uploading release assets to github
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
npm exec electron-builder -- --publish always --win --mac --linux
npm exec electron-builder -- --publish always
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"url": "https://github.com/ircfofficial/oblivion-desktop/issues",
"email": "[email protected]"
},
"version": "0.2.17-beta",
"version": "0.2.18-beta",
"license": "Restrictive",
"main": "./src/main/main.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion release/app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oblivion-desktop",
"description": "unofficial desktop version of oblivion",
"version": "0.2.17-beta",
"version": "0.2.18-beta",
"homepage": "https://github.com/ircfofficial/oblivion-desktop#readme",
"license": "Restrictive",
"author": "ircfspace+kiomarzsss <[email protected]> (https://ircf.space/)",
Expand Down

0 comments on commit c35f0f6

Please sign in to comment.