Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
odrevet committed Mar 31, 2021
1 parent 914d86a commit 4c68fa6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NSIS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ configure_file(
)

set(CPACK_PACKAGE_NAME ${APP_LOW_NAME})
set(CPACK_PACKAGE_VERSION "0.1.2")
set(CPACK_PACKAGE_VERSION "0.1.4")
set(CPACK_PACKAGE_VERSION_PATCH "0")
set(CPACK_PACKAGE_VENDOR ${APP_COMPANY})
set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY ${APP_NAME})
Expand All @@ -17,7 +17,7 @@ set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}")
set(CPACK_SOURCE_IGNORE_FILES ${CPACK_IGNORE_FILES})

SET(CPACK_PACKAGE_VERSION "0.1.2")
SET(CPACK_PACKAGE_VERSION "0.1.4")
set(CPACK_NSIS_INSTALLED_ICON_NAME "${APP_LOW_NAME}.ico")
set(CPACK_NSIS_HELP_LINK ${APP_URL})
set(CPACK_NSIS_URL_INFO_ABOUT ${APP_URL})
Expand Down
2 changes: 1 addition & 1 deletion gjitenkai/ui/gjitenkai.ui
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ along with GjitenKai グジテン改. If not, see <http://www.gnu.org/licenses/
<property name="can_focus">False</property>
<property name="type_hint">dialog</property>
<property name="program_name">Gjiten Kai - グイテン改</property>
<property name="version">0.1.2</property>
<property name="version">0.1.4</property>
<property name="copyright" translatable="yes">GjitenKai uses EDICT, KANJIDIC and RADKFILE.
Copyright Creative Commons Attribution-ShareAlike Licence (V3.0)
See http://www.edrdg.org/edrdg/licence.html </property>
Expand Down

0 comments on commit 4c68fa6

Please sign in to comment.