Skip to content

Commit

Permalink
🔖 prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Goodjooy committed Aug 15, 2023
1 parent d0e2a7b commit 4b1563c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repo: context.repo.repo,
tag_name: `app-v${process.env.PACKAGE_VERSION}`,
name: `UnityExtractor v${process.env.PACKAGE_VERSION}`,
body: '${{ steps.package.output.content }}',
body: '${{ steps.description.outputs.content }}',
draft: true,
prerelease: false
})
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: npm install # change this to npm or pnpm depending on which one you use
run: npm install
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
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": "unity-extractor",
"version": "0.1.0",
"version": "0.1.1",
"private": true,
"scripts": {
"serve": "vite preview",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.lock

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

8 changes: 4 additions & 4 deletions src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "unity-extractor"
version = "0.1.0"
version = "0.1.1"
description = "A Tauri App"
authors = ["you"]
license = ""
repository = ""
authors = ["FrozenString<[email protected]>"]
license = "AGPL"
repository = "https://github.com/UnityExtractor-rs/UnityExtrator"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "unity-extractor",
"version": "0.1.0"
"version": "0.1.1"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 4b1563c

Please sign in to comment.