diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f6e77ce..bc3062a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -87,16 +87,16 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-6.0.0-alpha.AppImage" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-6.0.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.6.0.0-alpha.darwin-x64.zip" --clobber + gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn.6.0.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.6.0.0-alpha.exe" --clobber + gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.6.0.1-alpha.exe" --clobber diff --git a/README.md b/README.md index d7311392..0373e4f1 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/v6.0.0-alpha). +- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v6.0.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-lock.json b/electron/package-lock.json index 8eec3ed4..39a84d35 100644 --- a/electron/package-lock.json +++ b/electron/package-lock.json @@ -1,12 +1,12 @@ { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "license": "CAL-1.0", "dependencies": { "@lightningrodlabs/electron-holochain": "=0.7.4", diff --git a/electron/package.json b/electron/package.json index 5f7f46f1..c445431a 100644 --- a/electron/package.json +++ b/electron/package.json @@ -1,6 +1,6 @@ { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "description": "Open source peer-to-peer project management for software teams", "main": "dist/index.js", "scripts": { diff --git a/electron/src/paths.ts b/electron/src/paths.ts index 35af8a3f..1adc6132 100644 --- a/electron/src/paths.ts +++ b/electron/src/paths.ts @@ -4,7 +4,7 @@ import * as path from 'path' // see the DEVELOPERS.md about incrementing // these values export const INTEGRITY_VERSION_NUMBER = 9 -export const KEYSTORE_VERSION_NUMBER = 4 +export const KEYSTORE_VERSION_NUMBER = 5 const DEV_USER_NUMBER = process.env.ACORN_AGENT_NUM diff --git a/package-lock.json b/package-lock.json index 5af04086..ee95c857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "license": "CAL-1.0", "dependencies": { "pm2": "^5.1.1", diff --git a/package.json b/package.json index 76069d17..1793b5eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "acorn", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "description": "Acorn is software that helps people create the future", "repository": { "type": "git", diff --git a/web/dist/splashscreen.html b/web/dist/splashscreen.html index 6a4e2f5c..4152d235 100644 --- a/web/dist/splashscreen.html +++ b/web/dist/splashscreen.html @@ -1,4 +1,4 @@ -Acorn
Photograph by Valeriia Miller
version 6.0.0-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-2022 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
Photograph by Valeriia Miller
version 6.0.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-2022 Harris-Braun Enterprises, LLC.
Licensed under the Cryptographic Autonomy License v1.0.
\ No newline at end of file diff --git a/web/package-lock.json b/web/package-lock.json index 71e872cf..2be90aac 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -1,12 +1,12 @@ { "name": "acorn-ui", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "acorn-ui", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "dependencies": { "@babel/runtime": "^7.7.4", "@holochain/client": "0.14.1", @@ -6604,7 +6604,7 @@ "url": "https://github.com/sponsors/ljharb" }, "peerDependencies": { - "react": "^0.14 || ^15.0.0 || ^16.0.0-alpha" + "react": "^0.14 || ^15.0.0 || ^16.0.1-alpha" } }, "node_modules/airbnb-prop-types/node_modules/react-is": { diff --git a/web/package.json b/web/package.json index 59e54e53..ee21703c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "acorn-ui", - "version": "6.0.0-alpha", + "version": "6.0.1-alpha", "browser": { "child_process": false }, diff --git a/web/src/splashscreen.html b/web/src/splashscreen.html index e66ccc2f..99d50299 100644 --- a/web/src/splashscreen.html +++ b/web/src/splashscreen.html @@ -12,7 +12,7 @@
-
version 6.0.0-alpha
+
version 6.0.1-alpha
Setting up Holochain...