diff --git a/app/config.xml b/app/config.xml
index b4b3fc3..bea9446 100755
--- a/app/config.xml
+++ b/app/config.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<widget id="com.in.my.district" version="1.3.2" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
+<widget id="com.in.my.district" version="1.3.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
   <name>No meu Bairro!</name>
   <description>
     Comunique ao seu município anomalias no seu bairro, como buracos na calçada ou lixo por recolher
diff --git a/app/package-lock.json b/app/package-lock.json
index fc528a3..786152e 100644
--- a/app/package-lock.json
+++ b/app/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "in-my-district",
-  "version": "1.3.2",
+  "version": "1.3.3",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "in-my-district",
-      "version": "1.3.2",
+      "version": "1.3.3",
       "license": "GPL-3.0",
       "dependencies": {
         "@fortawesome/fontawesome-free": "6.2.1",
diff --git a/app/package.json b/app/package.json
index de7de75..a6a6d54 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,10 +1,10 @@
 {
   "name": "in-my-district",
   "displayName": "In my District!",
-  "version": "1.3.2",
+  "version": "1.3.3",
   "description": "Report to your municipality certain irregularities in your neighborhood or district",
   "homepage": "https://nomeubairro.app/",
-  "android-version-code": 10302,
+  "android-version-code": 10303,
   "scripts": {
     "test": "standard && node test/convertHbsToHtml.js && html-validate test/www/index.html && printf '\\n\\nTest OK\\n\\n'",
     "version": "cordova-set-version --version ${npm_package_version} && git add config.xml && node scripts/setAndroidVersionCode.js -v ${npm_package_version} && git add package*.json",