Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
lchsk committed Aug 26, 2018
1 parent 2192510 commit 7b6b76f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.0
current_version = 0.8.0
commit = False
tag = False

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Choose the type of build (Debug or Release)" FORCE)
endif()

set(PROJECT_VERSION "0.7.0")
set(PROJECT_VERSION "0.8.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.7.0
pkgver=0.8.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.7.0/xstarter-0.7.0-Linux.tar.gz)
source=(https://github.com/lchsk/xstarter/releases/download/v0.8.0/xstarter-0.8.0-Linux.tar.gz)
noextract=()
md5sums=(2ddeb05f8591ba7f204c46f7d5df0225)
validpgpkeys=()
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

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

Current version: 0.7.0
Current version: 0.8.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.7.0"
#define XSTARTER_VERSION "0.8.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 "27 August 2018" "0.7.0" "xstarter man page"
.TH xstarter 1 "27 August 2018" "0.8.0" "xstarter man page"
.SH NAME
xstarter \- application launcher
.SH SYNOPSIS
Expand Down

0 comments on commit 7b6b76f

Please sign in to comment.