Skip to content

Commit 683b331

Browse files
committed
version: bump version to 0.1.4
1 parent f08a017 commit 683b331

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44

5-
## UNRELEASED
5+
## 0.1.4
66

77
### 🌵 Features
88

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ You may use an AUR helper such as `yay` to automatically handle the build proces
7272
yay -S notepanda
7373
```
7474

75-
The latest version is `v0.1.3` now.
75+
The latest version is `v0.1.4` now.
7676

7777
## Contributions / Bugs
7878

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3205
1+
3300

makespec/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.3
1+
0.1.4

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ int main(int argc, char *argv[])
2626

2727
App.setOrganizationName("ChungZH");
2828
App.setApplicationName("Notepanda");
29-
App.setApplicationVersion("0.1.3");
29+
App.setApplicationVersion("0.1.4");
3030

3131
QCommandLineParser parser;
3232
parser.addHelpOption();

0 commit comments

Comments
 (0)