From 12a4ad61ca5ad92d2ca35dd75b387a5194fb0a1c Mon Sep 17 00:00:00 2001 From: chezhe Date: Mon, 21 Mar 2022 14:30:10 +0800 Subject: [PATCH] bump 0.2.0 --- .github/workflows/release.yml | 5 ++--- package.json | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 966e79b..b86126e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 @@ -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 diff --git a/package.json b/package.json index 91f40a2..16ee8f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aleph", - "version": "0.1.0", + "version": "0.2.0", "private": true, "dependencies": { "@reduxjs/toolkit": "^1.8.0", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 18eef1b..fd3c7ee 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aleph" -version = "0.1.0" +version = "0.2.0" description = "A Tauri App" authors = ["chezhe"] license = "" diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 9e954e8..19efea0 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "package": { "productName": "aleph", - "version": "0.1.0" + "version": "0.2.0" }, "build": { "distDir": "../build",