Skip to content

Commit

Permalink
bump wiki version
Browse files Browse the repository at this point in the history
find out how to tag v0.0.5
  • Loading branch information
Bortseb committed Sep 10, 2023
1 parent 86a8d7b commit 4066647
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/LocalWiki-0.0.4.AppImage" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/LocalWiki-0.0.5.AppImage" --clobber
- name: upload binary (macos only)
if: ${{ runner.os == 'macOs' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/LocalWiki-0.0.4.dmg" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/LocalWiki-0.0.5.dmg" --clobber
- name: upload binary (Windows only)
if: ${{ runner.os == 'Windows' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/LocalWiki.Setup.0.0.4.exe" --clobber
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/LocalWiki.Setup.0.0.5.exe" --clobber
6 changes: 3 additions & 3 deletions electron/package-lock.json

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

4 changes: 2 additions & 2 deletions electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "local-wiki",
"version": "0.0.4",
"version": "0.0.5",
"description": "Electron application description goes here",
"main": "dist/index.js",
"scripts": {
Expand Down Expand Up @@ -51,6 +51,6 @@
"electron-log": "^4.3.5",
"electron-notarize": "^1.0.0",
"split": "^1.0.1",
"wiki": "0.27.0"
"wiki": "0.31.0"
}
}
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
@@ -1,6 +1,6 @@
{
"name": "local-wiki",
"version": "0.0.4",
"version": "0.0.5",
"description": "This repository helps get started with electron and holochain",
"repository": {
"type": "git",
Expand Down

0 comments on commit 4066647

Please sign in to comment.