diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8daa7d8c..25ac0491 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,16 +59,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-9.6.1-alpha.AppImage" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-9.7.1-alpha.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/Acorn.9.6.1-alpha.darwin-x64.zip" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.9.7.1-alpha.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.9.6.1-alpha.exe" --clobber + gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.9.7.1-alpha.exe" --clobber diff --git a/README.md b/README.md index 55da67d4..10241edf 100644 --- a/README.md +++ b/README.md @@ -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/v9.6.1-alpha). +- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v9.7.1-alpha). - Check out the [Acorn Knowledge Base](https://docs.acorn.software) to learn more about Acorn, its methodology and features. diff --git a/electron/package.json b/electron/package.json index 48e42e09..06725891 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "acorn", - "version": "9.6.1-alpha", + "version": "9.7.1-alpha", "description": "Open source peer-to-peer project management for software teams", "main": "dist/index.js", "scripts": { diff --git a/package.json b/package.json index a942ead1..ed90652f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "acorn-workspace", "packageManager": "yarn@1.22.19", - "version": "9.6.1-alpha", + "version": "9.7.1-alpha", "private": true, "workspaces": { "packages": [ diff --git a/web/dist/splashscreen.html b/web/dist/splashscreen.html index 4a13ee95..4a6d19bc 100644 --- a/web/dist/splashscreen.html +++ b/web/dist/splashscreen.html @@ -1,4 +1,4 @@ -Acorn
Photograph by Valeriia Miller
version 9.6.1-alpha
Setting up Holochain...
Acorn is an open-source, peer-to-peer project management application designed and built for distributed software development teams. Acorn functions through defining Intended Outcomes for a project in a Dependency Tree structure.

Acorn is built as a Holochain application, meaning it runs on decentralized peer-to-peer computing and can be used without server infrastructure or a hosting service. The users of a particular Acorn instance are its hosting power.
© 2020-2023 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
Photograph by Valeriia Miller
version 9.7.1-alpha
Setting up Holochain...
Acorn is an open-source, peer-to-peer project management application designed and built for distributed software development teams. Acorn functions through defining Intended Outcomes for a project in a Dependency Tree structure.

Acorn is built as a Holochain application, meaning it runs on decentralized peer-to-peer computing and can be used without server infrastructure or a hosting service. The users of a particular Acorn instance are its hosting power.
© 2020-2023 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
\ No newline at end of file diff --git a/web/package.json b/web/package.json index 4b539f27..f9bc3fd4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "9.6.1-alpha", + "version": "9.7.1-alpha", "browser": { "child_process": false }, diff --git a/web/src/splashscreen.html b/web/src/splashscreen.html index dae7f80f..89429804 100644 --- a/web/src/splashscreen.html +++ b/web/src/splashscreen.html @@ -12,7 +12,7 @@
-
version 9.6.1-alpha
+
version 9.7.1-alpha
Setting up Holochain...