Skip to content

Commit

Permalink
docs: change version and set category
Browse files Browse the repository at this point in the history
  • Loading branch information
ahme-dev committed Nov 2, 2022
1 parent ea4fe0e commit 61cff14
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "ahmed.systems",
"description": "App for journaling your days and dreams.",
"private": true,
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"scripts": {
"dev": "vite",
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 = "journalv"
version = "0.2.0"
version = "0.2.1"
authors = ["ahmed.systems"]
description= "App for journaling your days and dreams."
license = "BSD-3"
Expand Down
6 changes: 3 additions & 3 deletions src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "JournalV",
"version": "0.2.0"
"version": "0.2.1"
},
"tauri": {
"allowlist": {
Expand All @@ -20,7 +20,7 @@
},
"bundle": {
"active": true,
"category": "DeveloperTool",
"category": "Lifestyle",
"copyright": "",
"deb": {
"depends": []
Expand Down Expand Up @@ -60,7 +60,7 @@
"windows": [
{
"fullscreen": false,
"height": 700,
"height": 650,
"resizable": true,
"title": "JournalV",
"width": 900
Expand Down

0 comments on commit 61cff14

Please sign in to comment.