Skip to content

Commit

Permalink
Bumped version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Jun 15, 2022
1 parent 347e3be commit 1d5b6ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build-scripts/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: Erik Reider <[email protected]>
pkgname=swaysettings-git
pkgver=0.3.0.r185.c3bb640
pkgver=0.4.0.r185.c3bb640
pkgrel=1
pkgdesc="A gui for setting sway wallpaper, default apps, GTK themes, etc..."
_pkgfoldername=SwaySettings
Expand All @@ -15,7 +15,7 @@ sha256sums=('SKIP')

pkgver() {
cd $_pkgfoldername
printf "0.3.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
printf "0.4.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}

prepare() {
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'SwaySettings',
['c', 'vala'],
version: '0.3.0',
version: '0.4.0',
meson_version: '>= 0.50.0',
default_options: [ 'warning_level=2',],
)
Expand Down

0 comments on commit 1d5b6ed

Please sign in to comment.