Skip to content

Commit

Permalink
docs: bump version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdrani committed Feb 26, 2024
1 parent 85223d5 commit 8860bf8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: 'publish'
on:
push:
branches:
- release
- develop

jobs:
publish-tauri:
if: "startsWith(github.event.head_commit.message, 'docs: bump version to v')"
permissions:
contents: write
strategy:
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": "swathe",
"version": "0.1.0",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "vite dev",
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.

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 = "swathe"
version = "0.1.0"
version = "0.2.0"
description = "A Tauri App"
authors = ["cdrani"]
license = "MIT"
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 @@ -9,7 +9,7 @@
},
"package": {
"productName": "swathe",
"version": "0.1.0"
"version": "0.2.0"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 8860bf8

Please sign in to comment.