Skip to content

Commit

Permalink
v2.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Nov 1, 2022
1 parent 891879c commit 6991f82
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,16 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.0-alpha.AppImage" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.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-2.1.0-alpha.dmg" --clobber
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.1-alpha.dmg" --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.2.1.0-alpha.exe" --clobber
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.2.1.1-alpha.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/v2.1.0-alpha).
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v2.1.1-alpha).

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

Expand Down
4 changes: 2 additions & 2 deletions electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.1.0-alpha",
"version": "2.1.1-alpha",
"description": "Open source peer-to-peer project management for software teams",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acorn",
"version": "2.1.0-alpha",
"version": "2.1.1-alpha",
"description": "Acorn is software that helps people create the future",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.1.0-alpha",
"version": "2.1.1-alpha",
"devDependencies": {
"@babel/core": "^7.14.0",
"@babel/preset-env": "^7.5.5",
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 2.1.0-alpha</div>
<div class="splash-version">version 2.1.1-alpha</div>
</div>
<div class="splash-loading-message" id="activity">
Setting up Holochain...
Expand Down

0 comments on commit 6991f82

Please sign in to comment.