Skip to content

Commit

Permalink
bump to 11.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weswalla committed Sep 13, 2024
1 parent 146173f commit 988f5c2
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 12 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.3.AppImage" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.4.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.3.darwin-arm64.zip" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.4.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.3.darwin-x64.zip" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.4.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.3.exe" --clobber
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.11.0.4.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.3).
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v11.0.4).

- 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.3",
"version": "11.0.4",
"description": "Open source peer-to-peer project management for software teams",
"main": "dist/index.js",
"scripts": {
Expand Down
5 changes: 2 additions & 3 deletions 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.3",
"version": "11.0.4",
"private": true,
"workspaces": {
"packages": [
Expand Down Expand Up @@ -43,8 +43,7 @@
"author": "Connor Turland <[email protected]>",
"license": "CAL-1.0",
"dependencies": {
"pm2": "^5.1.1",
"@lightningrodlabs/we-dev-cli": "0.12.0-dev.0"
"pm2": "^5.1.1"
},
"devDependencies": {
"bestzip": "^2.2.1",
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.3</div>
<div class="splash-version">version 11.0.4</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.3",
"version": "11.0.4",
"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.3</div>
<div class="splash-version">version 11.0.4</div>
</div>
<div class="splash-loading-message" id="activity">
Setting up Holochain...
Expand Down

0 comments on commit 988f5c2

Please sign in to comment.