Skip to content

Commit

Permalink
Version: v1.1.1 -> 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DvaMishkiLapa committed Dec 2, 2024
1 parent fe183af commit a640e2a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/packages/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "1.1.1"
version = "1.2.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ project(VitaOxiPad)
include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VitaOxiPad")
set(VITA_TITLEID "VOXIPAD01")
set(VITA_VERSION "01.11")
set(VITA_VERSION "01.20")

# Vita's IP to send over FTP
if(DEFINED ENV{VITA_IP})
Expand Down
2 changes: 1 addition & 1 deletion server/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ int main() {
vita2d_start_drawing();
vita2d_clear_screen();
vita2d_pgf_draw_text(debug_font, 2, 20, common_color, 1.0,
"VitaOxiPad v1.1.1 \nbuild " __DATE__ ", " __TIME__);
"VitaOxiPad v1.2.0 \nbuild " __DATE__ ", " __TIME__);

if (events & MainEvent::NET_CONNECT) {
connected_to_network = true;
Expand Down

0 comments on commit a640e2a

Please sign in to comment.