diff --git a/Makefile b/Makefile
index e944d01d..94fd330c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ ASFLAGS = $(CFLAGS)
all: $(TARGET).vpk
%.vpk: eboot.bin
- vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.20 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
+ vita-mksfoex -d PARENTAL_LEVEL=1 -s APP_VER=01.30 -s TITLE_ID=$(TITLE_ID) "$(TARGET)" param.sfo
vita-pack-vpk -s param.sfo -b eboot.bin \
--add pkg/sce_sys/icon0.png=sce_sys/icon0.png \
--add pkg/sce_sys/livearea/contents/bg.png=sce_sys/livearea/contents/bg.png \
diff --git a/README.md b/README.md
index 6fb3fb65..8b804028 100644
--- a/README.md
+++ b/README.md
@@ -95,6 +95,13 @@ Be sure you pull request your customized design or language file there.
* sakya for Lightmp3
* Everybody who contributed on vitasdk
+### Changelog 1.3 ###
+- Added ability to compress files and folders into a zip archive.
+- Added scanning for unsafe fself's and imports.
+- Added lrc support for audio player by Mayoshiroi.
+- Added partition used/total size information, thanks to littlebalup.
+- Added 'Install folder' by soarqin.
+
### Changelog 1.2 ###
- Added ability to export photo and music files ('More' -> 'Export media').
- Added battery percentage to system information (thanks to littlebalup).
diff --git a/main.h b/main.h
index 64fec115..8c24e424 100644
--- a/main.h
+++ b/main.h
@@ -69,7 +69,7 @@
// VitaShell version major.minor
#define VITASHELL_VERSION_MAJOR 0x01
-#define VITASHELL_VERSION_MINOR 0x20
+#define VITASHELL_VERSION_MINOR 0x30
#define VITASHELL_VERSION ((VITASHELL_VERSION_MAJOR << 0x18) | (VITASHELL_VERSION_MINOR << 0x10))
diff --git a/pkg/sce_sys/livearea/contents/template.xml b/pkg/sce_sys/livearea/contents/template.xml
index e37c34df..a79b9475 100644
--- a/pkg/sce_sys/livearea/contents/template.xml
+++ b/pkg/sce_sys/livearea/contents/template.xml
@@ -28,7 +28,7 @@
- v1.2
+ v1.3
diff --git a/pkg/sce_sys/pic0.png b/pkg/sce_sys/pic0.png
deleted file mode 100644
index 7e18f255..00000000
Binary files a/pkg/sce_sys/pic0.png and /dev/null differ
diff --git a/resources/changeinfo.txt b/resources/changeinfo.txt
index 40957c28..02f099b7 100644
--- a/resources/changeinfo.txt
+++ b/resources/changeinfo.txt
@@ -163,4 +163,13 @@
- VitaShell will now remove the unused updater bubble after successful updating.
]]>
+
+
+- Added scanning for unsafe fself's and imports.
+- Added lrc support for audio player by Mayoshiroi.
+- Added partition used/total size information, thanks to littlebalup.
+- Added 'Install folder' by soarqin.
+ ]]>
+