Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Lechowski committed Jan 14, 2018
1 parent b36989e commit 5ddea1b
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.2
current_version = 0.6.0
commit = False
tag = False

Expand All @@ -12,3 +12,4 @@ tag = False
[bumpversion:file:PKGBUILD]

[bumpversion:file:README.md]

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

project(xstarter)

set(PROJECT_VERSION "0.5.2")
set(PROJECT_VERSION "0.6.0")
if (CMAKE_BUILD_TYPE STREQUAL Debug)
set(CMAKE_C_FLAGS "-g -Wall -pedantic")
else()
Expand Down
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Maciej Lechowski <[email protected]>
pkgname=xstarter
pkgver=0.5.2
pkgver=0.6.0
_gitname=xstarter
pkgrel=1
epoch=
Expand All @@ -20,7 +20,7 @@ backup=()
options=()
install=
changelog=
source=(https://github.com/lchsk/xstarter/releases/download/v0.5.2/xstarter-0.5.2-Linux.tar.gz)
source=(https://github.com/lchsk/xstarter/releases/download/v0.6.0/xstarter-0.6.0-Linux.tar.gz)
noextract=()
md5sums=(2a7533b6b1bd79958a3324c56f9b595c)
validpgpkeys=()
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@

It lives in terminal and works well with tiling window manages (e.g. xmonad, i3 etc).

Current version: 0.5.2

Current version: 0.5.2
Current version: 0.6.0

| Branch | Build |
| --- | --- |
Expand Down
2 changes: 1 addition & 1 deletion src/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define CONFIG_FILE "xstarter.conf"

#define PROGRAM_NAME "xstarter"
#define XSTARTER_VERSION "0.5.2"
#define XSTARTER_VERSION "0.6.0"

typedef struct {
bool verbose;
Expand Down
2 changes: 1 addition & 1 deletion xstarter.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" Manpage for xstarter.
.TH xstarter 1 "14 January 2018" "0.5.2" "xstarter man page"
.TH xstarter 1 "14 January 2018" "0.6.0" "xstarter man page"
.SH NAME
xstarter \- application launcher
.SH SYNOPSIS
Expand Down

0 comments on commit 5ddea1b

Please sign in to comment.