Skip to content

Commit c8d4d94

Browse files
committed
Release v1.3.1
1 parent 86874fc commit c8d4d94

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 1.3.1
2+
- Fixed app always starts in Turkish. (Sorry for that :sweat_smile:)
3+
14
### 1.3.0
25
- Updated Wowerlay to 1.1.0 to fix some bugs.
36
- Added select language option to settings page (en and tr for now).

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.3.0",
3+
"version": "1.3.1",
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.3.0"
11+
"version": "1.3.1"
1212
},
1313
"tauri": {
1414
"systemTray": {

0 commit comments

Comments
 (0)