From 683b331920091fe604a3a3bfcf6017bede5c96f6 Mon Sep 17 00:00:00 2001 From: Flex Zhong Date: Tue, 28 Jul 2020 03:56:03 +0800 Subject: [PATCH] version: bump version to 0.1.4 --- CHANGELOG.md | 2 +- README.md | 2 +- makespec/BUILDVERSION | 2 +- makespec/VERSION | 2 +- src/main.cpp | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e4a976..cf36608 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## UNRELEASED +## 0.1.4 ### 🌵 Features diff --git a/README.md b/README.md index 8a4f727..3499fd8 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/makespec/BUILDVERSION b/makespec/BUILDVERSION index 040997a..7038a21 100644 --- a/makespec/BUILDVERSION +++ b/makespec/BUILDVERSION @@ -1 +1 @@ -3205 +3300 diff --git a/makespec/VERSION b/makespec/VERSION index b1e80bb..845639e 100644 --- a/makespec/VERSION +++ b/makespec/VERSION @@ -1 +1 @@ -0.1.3 +0.1.4 diff --git a/src/main.cpp b/src/main.cpp index d5a4f8e..0ca01c2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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();