Skip to content

Commit

Permalink
version: bump version to 0.0.3-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChungZH committed Jun 7, 2020
1 parent 4f4733d commit c28e1d3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.0.3-alpha1

### 🌵 Features

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

The latest version is `v0.0.2` now.
The latest version is `v0.0.3-alpha1` 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 @@
2000
3000
2 changes: 1 addition & 1 deletion makespec/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.2
0.0.3
2 changes: 1 addition & 1 deletion makespec/VERSIONSUFFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@

alpha1
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ int main(int argc, char *argv[])

App.setOrganizationName("ChungZH");
App.setApplicationName("Notepanda");
App.setApplicationVersion("0.0.2");
App.setApplicationVersion("0.0.3");

QCommandLineParser parser;
parser.addHelpOption();
Expand Down

0 comments on commit c28e1d3

Please sign in to comment.