Skip to content

Commit

Permalink
Bump up version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d3m3vilurr committed Oct 9, 2016
1 parent d68c438 commit c22a221
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,7 +1,11 @@
## Unreleased

## 0.7.0
- Support device confirmation button & fix text grammers (#16)
- Use icon for button information instead text
- Support left analog & up/down hold for select item
- Support multiple save dump slots
- Support configure

## 0.6.0
- Fix broken import process of 0.5.0
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -6,7 +6,7 @@ set(CMAKE_C_COMPILER "arm-vita-eabi-gcc")
project(savemgr)
set(TITLE_ID "SAVEMGR00")
set(TITLE "Save Manager")
set(VERSION "0.6.0")
set(VERSION "0.7.0")

execute_process(COMMAND
python -c "print '%02d.%02d' % tuple(map(lambda x: int(x), '${VERSION}'.split('.')[:2]))"
Expand Down

0 comments on commit c22a221

Please sign in to comment.