ver: bumped version to v0.1.1 (#65)

This commit is contained in:
Erik Reider 2022-12-12 02:54:28 +01:00 committed by GitHub
parent c0d490e3cb
commit d1fc6f9d53
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View file

@ -1,7 +1,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
_pkgname=swayfx _pkgname=swayfx
pkgname="$_pkgname-git" pkgname="$_pkgname-git"
pkgver=r6905.e2ef3ceb pkgver=r6919.af282928
pkgrel=1 pkgrel=1
license=("MIT") license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!" pkgdesc="SwayFX: Sway, but with eye candy!"

View file

@ -1,7 +1,7 @@
# Maintainer: Erik Reider <erik.reider@protonmail.com> # Maintainer: Erik Reider <erik.reider@protonmail.com>
_pkgname=swayfx _pkgname=swayfx
pkgname="$_pkgname" pkgname="$_pkgname"
pkgver=0.1 pkgver=0.1.1
pkgrel=1 pkgrel=1
license=("MIT") license=("MIT")
pkgdesc="SwayFX: Sway, but with eye candy!" pkgdesc="SwayFX: Sway, but with eye candy!"

View file

@ -4,7 +4,7 @@
# Change to current Sway base version! # Change to current Sway base version!
%global SwayBaseVersion 1.7 %global SwayBaseVersion 1.7
# Change to current SwayFX tag! # Change to current SwayFX tag!
%global Tag 0.1 %global Tag 0.1.1
Name: {{{ git_dir_name }}} Name: {{{ git_dir_name }}}
Version: %{Tag} Version: %{Tag}

View file

@ -1,7 +1,7 @@
project( project(
'sway', 'sway',
'c', 'c',
version: '0.1', version: '0.1.1',
license: 'MIT', license: 'MIT',
meson_version: '>=0.60.0', meson_version: '>=0.60.0',
default_options: [ default_options: [