diff --git a/CMakeLists.txt b/CMakeLists.txt index 831b44e..e49b9df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ endif() project( Memento - VERSION 1.2.0 + VERSION 1.2.1 DESCRIPTION "An mpv-based video player for studying Japanese" HOMEPAGE_URL "https://ripose-jp.github.io/Memento" LANGUAGES CXX C diff --git a/Makefile b/Makefile index 4ed17c4..7340e47 100644 --- a/Makefile +++ b/Makefile @@ -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.0; \ + export VERSION=1.2.1; \ ./linuxdeploy-x86_64.AppImage --appdir AppDir --plugin qt --output appimage appbundle: setup