Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
blastrock committed Jul 16, 2018
1 parent 9c63015 commit e5641b4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.30

What's new:

- Temporary data is now also deleted when deleting resume data after a resume
failure
- Implemented update of Shell's database when installing an update so that
livearea doesn't say that an update is available when it's already installed

Bug fixes:

- Resume data is now deleted after a successful installation to avoid an error
when reinstalling

## 0.29

Bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ set(CMAKE_CXX_STANDARD 17)

set(VITA_APP_NAME "PKGj")
set(VITA_TITLEID "PKGJ00000")
set(VITA_VERSION "0.29")
set(VITA_VERSION "0.30")

option(PKGI_ENABLE_LOGGING "enables debug logging over udp multicast" OFF)

Expand Down

0 comments on commit e5641b4

Please sign in to comment.