diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6eaf6ed..a2aa432 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ include("${VITASDK}/share/vita.cmake" REQUIRED)
set(VITA_APP_NAME "VITA Homebrew Sorter")
set(VITA_TITLEID "VITAHBSRT")
-set(VITA_VERSION "01.01")
+set(VITA_VERSION "01.10")
add_definitions(-DAPP_VERSION="${VITA_VERSION}")
diff --git a/sce_sys/livearea/contents/template.xml b/sce_sys/livearea/contents/template.xml
index 0bf228d..0152a19 100644
--- a/sce_sys/livearea/contents/template.xml
+++ b/sce_sys/livearea/contents/template.xml
@@ -28,7 +28,7 @@
- v1.00
+ v1.10
diff --git a/source/gui.cpp b/source/gui.cpp
index 3f4d688..4250d15 100644
--- a/source/gui.cpp
+++ b/source/gui.cpp
@@ -96,7 +96,7 @@ namespace GUI {
ImGui::PopStyleVar();
Renderer::End(ImVec4(0.05f, 0.07f, 0.13f, 1.00f));
- if ((now.tick - start.tick) >= 3000000)
+ if ((now.tick - start.tick) >= 10000000)
done = true;
}
}