Skip to content

Commit

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

## 0.31

What's new:

- Added support for downloading compatibility packs with the `url_comppack`
configuration option

## 0.30

What's new:
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.30")
set(VITA_VERSION "0.31")

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

Expand Down

0 comments on commit 8766128

Please sign in to comment.