Skip to content

Commit

Permalink
bump 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chezhe committed Mar 21, 2022
1 parent 7af96f6 commit 12a4ad6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tagName: v__VERSION__
releaseName: 'Clash Verge v__VERSION__'
releaseName: 'Aleph v__VERSION__'
releaseBody: 'More new features are now supported.'
releaseDraft: false
prerelease: true
Expand All @@ -80,8 +80,7 @@ jobs:
# needs: release
# runs-on: macos-latest
# if: |
# startsWith(github.repository, 'chezhe') &&
# startsWith(github.ref, 'refs/tags/v')
# startsWith(github.repository, 'chezhe')
# steps:
# - name: Checkout repository
# uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aleph",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.8.0",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "aleph"
version = "0.1.0"
version = "0.2.0"
description = "A Tauri App"
authors = ["chezhe"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"package": {
"productName": "aleph",
"version": "0.1.0"
"version": "0.2.0"
},
"build": {
"distDir": "../build",
Expand Down

0 comments on commit 12a4ad6

Please sign in to comment.