Skip to content

Commit fb82ce4

Browse files
committed
v1.3.0
1 parent 2c06e4b commit fb82ce4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.3.0
2+
- Updated Wowerlay to 1.1.0 to fix some bugs.
3+
- Added select language option to settings page (en and tr for now).
4+
15
### 1.2.0
26
- Added right click menu to repository titles.
37
- Refactored ugly spaghetti code to a maintainable good looking code.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gitification",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"type": "module",
55
"scripts": {
66
"dev": "run-p vite:dev devtools",

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "Gitification",
11-
"version": "1.2.0"
11+
"version": "1.3.0"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)