Skip to content

Commit

Permalink
chore: merge release-v0.1.4 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 23, 2023
2 parents 4e3ff8f + 8b5ed2c commit 5b617b4
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### 2023-06-23

### Fixes
+ package.json "tauri" script added, [7e51a7480005bd13242b1d2d55227222dc7430ff]
+ package.json fix, [8b2f8f9d7adee55b9fcdb31f8f966075d13f689a]


see <a href='https://www.github.com/mrjackwills/obliqoro/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# <a href='https://www.github.com/mrjackwills/obliqoro/releases/tag/v0.1.4'>v0.1.4</a>
### 2023-06-23

### Fixes
+ package.json fix, [8b2f8f9d](https://www.github.com/mrjackwills/obliqoro/commit/8b2f8f9d7adee55b9fcdb31f8f966075d13f689a)

# <a href='https://www.github.com/mrjackwills/obliqoro/releases/tag/v0.1.3'>v0.1.3</a>
### 2023-06-23

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "obliqoro",
"private": true,
"version": "0.1.3",
"version": "0.1.4",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -18,8 +18,7 @@
"pinia": "^2.1.4",
"vue": "^3.3.4",
"vue-router": "^4.2.2",
"vuetify": "^3.3.5",
"tauri": "tauri"
"vuetify": "^3.3.5"
},
"devDependencies": {
"@mdi/js": "^7.2.96",
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 = "obliqoro"
version = "0.1.3"
version = "0.1.4"
description = "Oblique strategies meets pomodoro"
authors = ["Jack Wills <email@mrjackwills.com>"]
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": "Obliqoro",
"version": "0.1.3"
"version": "0.1.4"
},
"tauri": {
"allowlist": {
Expand Down

0 comments on commit 5b617b4

Please sign in to comment.