diff --git a/app/configs/application.json b/app/configs/application.json
index 8c324cb72983e8db2be89a6027c1cf9fc984e9ac..5280d34fe8760d87e517bf6c28f6d32d7d621e17 100644
--- a/app/configs/application.json
+++ b/app/configs/application.json
@@ -1,7 +1,7 @@
 {
     "id": "ocs-url",
     "name": "ocs-url",
-    "version": "3.0.0",
+    "version": "3.0.1",
     "organization": "Opendesktop.org",
     "domain": "org.opendesktop.ocs-url",
     "icon": ":/desktop/ocs-url.svg",
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index 1e8243d48c1f5865bb10e5269926bb2c6cc09b65..958b2aba5c51a198461e7ad19587089d6311f8c4 100644
--- a/pkg/archlinux/PKGBUILD
+++ b/pkg/archlinux/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Akira Ohgaki <akiraohgaki@gmail.com>
 
 pkgname='ocs-url'
-pkgver='3.0.0'
+pkgver='3.0.1'
 pkgrel='1'
 pkgdesc='An install helper program for items served on OpenCollaborationServices (OCS).'
 arch=('i686' 'x86_64')
diff --git a/pkg/fedora/ocs-url.spec b/pkg/fedora/ocs-url.spec
index 5e491014af9d2c38c3e4651806aaf744c52e2ffc..ea8586a302a2125a1b11bdcf92758b69a4e2b46b 100644
--- a/pkg/fedora/ocs-url.spec
+++ b/pkg/fedora/ocs-url.spec
@@ -1,6 +1,6 @@
 Summary: OCS-URL
 Name: ocs-url
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,12 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1
+- Update qtlib
+- Fix for C++11
+- Fix installation/download destination
+- Fix translation messages (by otsoga)
+
 * Sun Mar 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
 - Rename xdgurl to ocs-url
 - Add ocs:// and ocss:// schemes
diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec
index 0b10c0dadf4fe6eb1b808a767331df47d649e5b0..af8e2bc132e54f2ee7e2464351732cc45f624f67 100644
--- a/pkg/opensuse/ocs-url.spec
+++ b/pkg/opensuse/ocs-url.spec
@@ -1,6 +1,6 @@
 Summary: OCS-URL
 Name: ocs-url
-Version: 3.0.0
+Version: 3.0.1
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,12 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Mon Jun 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.1-1
+- Update qtlib
+- Fix for C++11
+- Fix installation/download destination
+- Fix translation messages (by otsoga)
+
 * Sun Mar 05 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.0-1
 - Rename xdgurl to ocs-url
 - Add ocs:// and ocss:// schemes
diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog
index b1cff2eb02c84a4995614ec0e62bb0e2572489d1..10dd03fc382fe7222af855a34d4d7b4a437472c8 100644
--- a/pkg/ubuntu/debian/changelog
+++ b/pkg/ubuntu/debian/changelog
@@ -1,3 +1,12 @@
+ocs-url (3.0.1-0ubuntu1) trusty; urgency=low
+
+  * Update qtlib
+  * Fix for C++11
+  * Fix installation/download destination
+  * Fix translation messages (by otsoga)
+
+ -- Akira Ohgaki <akiraohgaki@gmail.com>  Mon, 05 Jun 2017 04:33:07 +0000
+
 ocs-url (3.0.0-0ubuntu1) trusty; urgency=low
 
   * Rename xdgurl to ocs-url