diff --git a/app/configs/application.json b/app/configs/application.json
index 759c29a613c80134b53f629d2866e0775cc3e534..73b3726497ecbe95cb5649143d69cf08ada8afdf 100644
--- a/app/configs/application.json
+++ b/app/configs/application.json
@@ -1,7 +1,7 @@
 {
     "id": "ocs-url",
     "name": "ocs-url",
-    "version": "3.0.2",
+    "version": "3.0.3",
     "organization": "Opendesktop.org",
     "domain": "org.opendesktop.ocs-url",
     "icon": ":/desktop/ocs-url.svg",
diff --git a/pkg/archlinux/PKGBUILD b/pkg/archlinux/PKGBUILD
index e5ead658a4fb8037d7f8532377bc4cd27cf56a02..0a2537f5cd9201f442e52904e5433425b5a7bb61 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.2'
+pkgver='3.0.3'
 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 093bfaa1fe9c316e73108856df676d5995f40adc..a7f1a3ddfde6bd077689c251a9ec0954b748aec4 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.2
+Version: 3.0.3
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,10 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Tue Feb 06 2018 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.3-1
+- Update library
+- Fix spelling
+
 * Fri Jun 23 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.2-1
 - Add zh_TW translations (by s8321414)
 
diff --git a/pkg/opensuse/ocs-url.spec b/pkg/opensuse/ocs-url.spec
index 22c07c56f76116bb43287a55e29acdb098da94c8..32bfcd50807504d74836396158a3e32c57aeaf52 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.2
+Version: 3.0.3
 Release: 1%{?dist}
 License: GPLv3+
 Group: Applications/Internet
@@ -38,6 +38,10 @@ make INSTALL_ROOT="%{buildroot}" install
 rm -rf %{buildroot}
 
 %changelog
+* Tue Feb 06 2018 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.3-1
+- Update library
+- Fix spelling
+
 * Fri Jun 23 2017 Akira Ohgaki <akiraohgaki@gmail.com> - 3.0.2-1
 - Add zh_TW translations (by s8321414)
 
diff --git a/pkg/ubuntu/debian/changelog b/pkg/ubuntu/debian/changelog
index b8759c14c563452681cb6f3682b47f2457b664a6..2cac3c47c4e2b8f6ac06fb8d05b461f5b474bc3f 100644
--- a/pkg/ubuntu/debian/changelog
+++ b/pkg/ubuntu/debian/changelog
@@ -1,3 +1,10 @@
+ocs-url (3.0.3-0ubuntu1) trusty; urgency=low
+
+  * Update library
+  * Fix spelling
+
+ -- Akira Ohgaki <akiraohgaki@gmail.com>  Tue, 06 Feb 2018 12:00:06 +0000
+
 ocs-url (3.0.2-0ubuntu1) trusty; urgency=low
 
   * Add zh_TW translations (by s8321414)