Skip to content

Commit 6991f82

Browse files
committed
v2.1.1-alpha
1 parent 891879c commit 6991f82

File tree

9 files changed

+14
-14
lines changed

9 files changed

+14
-14
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ jobs:
118118
env:
119119
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
120120
run: |
121-
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.0-alpha.AppImage" --clobber
121+
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.1-alpha.AppImage" --clobber
122122
- name: upload binary (macos only)
123123
if: ${{ runner.os == 'macOs' }}
124124
env:
125125
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
126126
run: |
127-
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.0-alpha.dmg" --clobber
127+
gh release upload "${GITHUB_REF#refs/tags/}" "electron/out/Acorn-2.1.1-alpha.dmg" --clobber
128128
- name: upload binary (Windows only)
129129
if: ${{ runner.os == 'Windows' }}
130130
env:
131131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
132132
run: |
133-
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.2.1.0-alpha.exe" --clobber
133+
gh release upload "$($env:GITHUB_REF -replace "refs/tags/")" "electron/out/Acorn.Setup.2.1.1-alpha.exe" --clobber

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Acorn is currently in **Alpha** testing phase.
66

77
## Things you can do
88

9-
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v2.1.0-alpha).
9+
- [**Download & install the latest Acorn release**](https://github.com/lightningrodlabs/acorn/releases/tag/v2.1.1-alpha).
1010

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

electron/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acorn",
3-
"version": "2.1.0-alpha",
3+
"version": "2.1.1-alpha",
44
"description": "Open source peer-to-peer project management for software teams",
55
"main": "dist/index.js",
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acorn",
3-
"version": "2.1.0-alpha",
3+
"version": "2.1.1-alpha",
44
"description": "Acorn is software that helps people create the future",
55
"repository": {
66
"type": "git",

web/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "acorn-ui",
3-
"version": "2.1.0-alpha",
3+
"version": "2.1.1-alpha",
44
"devDependencies": {
55
"@babel/core": "^7.14.0",
66
"@babel/preset-env": "^7.5.5",

web/src/splashscreen.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="splash-content-wrapper">
1313
<div>
1414
<div class="splash-logo">acorn</div>
15-
<div class="splash-version">version 2.1.0-alpha</div>
15+
<div class="splash-version">version 2.1.1-alpha</div>
1616
</div>
1717
<div class="splash-loading-message" id="activity">
1818
Setting up Holochain...

0 commit comments

Comments
 (0)