diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 161d2b5e..c9dbd0ea 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,16 +82,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.0.AppImage" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-11.0.1.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.11.0.0.darwin-x64.zip" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.11.0.1.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.0.exe" --clobber + gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.11.0.1.exe" --clobber diff --git a/README.md b/README.md index 9bb5c47c..b7b0607c 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/v11.0.0). +- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v11.0.1). - 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 413a2f4e..508de22a 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "acorn", - "version": "11.0.0", + "version": "11.0.1", "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 84ff6607..03e63765 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "acorn-workspace", "packageManager": "yarn@1.22.19", - "version": "11.0.0", + "version": "11.0.1", "private": true, "workspaces": { "packages": [ diff --git a/we-applet/acorn.webhapp b/we-applet/acorn.webhapp index 5628149e..0536af11 100644 Binary files a/we-applet/acorn.webhapp and b/we-applet/acorn.webhapp differ diff --git a/web/dist/splashscreen.html b/web/dist/splashscreen.html index fcb7ad7f..ecc060ae 100644 --- a/web/dist/splashscreen.html +++ b/web/dist/splashscreen.html @@ -1,4 +1,42 @@ -Acorn
Photograph by Valeriia Miller
version 11.0.0
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 11.0.1
+
+
+ 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 2528f862..bf273114 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "11.0.0", + "version": "11.0.1", "browser": { "child_process": false }, diff --git a/web/src/splashscreen.html b/web/src/splashscreen.html index 24944c11..88f8f17c 100644 --- a/web/src/splashscreen.html +++ b/web/src/splashscreen.html @@ -12,7 +12,7 @@
-
version 11.0.0
+
version 11.0.1
Setting up Holochain...