Skip to content

Commit

Permalink
bump to 11.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
weswalla committed Sep 13, 2024
1 parent c47855c commit 6814e89
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,22 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.4.AppImage" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.5.AppImage" --clobber
- name: upload binary (macos-latest only)
if: ${{ matrix.os == 'macos-latest' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.4.darwin-arm64.zip" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.5.darwin-arm64.zip" --clobber
- name: upload binary (macos-12 only)
if: ${{ matrix.os == 'macos-12' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.4.darwin-x64.zip" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.5.darwin-x64.zip" --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/Acorn.Setup.11.0.4.exe" --clobber
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.11.0.5.exe" --clobber
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Acorn is currently in **Alpha** testing phase.

## Things you can do

- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v11.0.4).
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v11.0.5).

- Check out the [Acorn Knowledge Base](https://docs.acorn.software) to learn more about Acorn, its methodology and features.

Expand Down
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acorn",
"version": "11.0.4",
"version": "11.0.5",
"description": "Open source peer-to-peer project management for software teams",
"main": "dist/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "acorn-workspace",
"packageManager": "[email protected]",
"version": "11.0.4",
"version": "11.0.5",
"private": true,
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion web/dist/splashscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="splash-content-wrapper">
<div>
<div class="splash-logo">acorn</div>
<div class="splash-version">version 11.0.4</div>
<div class="splash-version">version 11.0.5</div>
</div>
<div class="splash-loading-message" id="activity">
Setting up Holochain...
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acorn-ui",
"version": "11.0.4",
"version": "11.0.5",
"browser": {
"child_process": false
},
Expand Down
2 changes: 1 addition & 1 deletion web/src/splashscreen.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="splash-content-wrapper">
<div>
<div class="splash-logo">acorn</div>
<div class="splash-version">version 11.0.4</div>
<div class="splash-version">version 11.0.5</div>
</div>
<div class="splash-loading-message" id="activity">
Setting up Holochain...
Expand Down

0 comments on commit 6814e89

Please sign in to comment.