Skip to content

Commit

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

## 0.26

What's new:

- ux0:patch is created on first update installation if it doesn't exist yet

Bug fixes:

- Search feature now works

## 0.25

Bug fixes:

- Fix errors messages from previous version
- Fix error messages from previous version

## 0.24

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.25")
set(VITA_VERSION "0.26")

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

Expand Down

0 comments on commit f6ac395

Please sign in to comment.