Skip to content

Commit

Permalink
bump version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yehuthi committed Jan 13, 2024
1 parent c3cc805 commit 9347259
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maintainer: yehuthi <yehuthith@gmail.com>
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"
Expand Down

0 comments on commit 9347259

Please sign in to comment.