Skip to content

Commit

Permalink
version: bump version to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungZH committed Jul 27, 2020
1 parent f08a017 commit 683b331
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## UNRELEASED
## 0.1.4

### 🌵 Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ You may use an AUR helper such as `yay` to automatically handle the build proces
yay -S notepanda
```

The latest version is `v0.1.3` now.
The latest version is `v0.1.4` now.

## Contributions / Bugs

Expand Down
2 changes: 1 addition & 1 deletion makespec/BUILDVERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3205
3300
2 changes: 1 addition & 1 deletion makespec/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.3
0.1.4
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ int main(int argc, char *argv[])

App.setOrganizationName("ChungZH");
App.setApplicationName("Notepanda");
App.setApplicationVersion("0.1.3");
App.setApplicationVersion("0.1.4");

QCommandLineParser parser;
parser.addHelpOption();
Expand Down

0 comments on commit 683b331

Please sign in to comment.