Skip to content

Commit

Permalink
cmakelists: change version to v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ripose-jp committed Jan 29, 2024
1 parent dca86d8 commit 6474316
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
Expand Up @@ -6,7 +6,7 @@ endif()

project(
Memento
VERSION 1.2.1
VERSION 1.2.2
DESCRIPTION "An mpv-based video player for studying Japanese"
HOMEPAGE_URL "https://ripose-jp.github.io/Memento"
LANGUAGES CXX C
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ appimage: setup
chmod +x linuxdeploy-x86_64.AppImage \
linuxdeploy-plugin-qt-x86_64.AppImage \
linuxdeploy-plugin-appimage-x86_64.AppImage; \
export VERSION=1.2.1; \
export VERSION=1.2.2; \
./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage

appbundle: setup
Expand Down

0 comments on commit 6474316

Please sign in to comment.