From 93472599eb4f36de2a1daa06690e984f4eaeda8a Mon Sep 17 00:00:00 2001 From: yehuthi Date: Sat, 13 Jan 2024 11:27:05 +0200 Subject: [PATCH] bump version to 1.0.0 --- CMakeLists.txt | 2 +- PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5252ab7..04bf986 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.1...3.28) -project(LinuxFlip VERSION 0.1.2) +project(LinuxFlip VERSION 1.0.0) set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall -Wextra") diff --git a/PKGBUILD b/PKGBUILD index ec082e4..1007d50 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: yehuthi pkgname=linuxflip-git -pkgver=0.1.2 +pkgver=1.0.0 pkgrel=1 pkgdesc="Detects and executes commands when the computer switches to and from tablet mode." url="https://github.com/yehuthi/linuxflip"