diff --git a/package.json b/package.json index 25b76dffb3..7d8999bcd6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@shoutem/platform", - "version": "3.0.2-rc.0", + "version": "3.0.2", "scripts": { "android": "react-native run-android", "build": "node scripts/build", diff --git a/package.template.json b/package.template.json index 25b76dffb3..7d8999bcd6 100644 --- a/package.template.json +++ b/package.template.json @@ -1,6 +1,6 @@ { "name": "@shoutem/platform", - "version": "3.0.2-rc.0", + "version": "3.0.2", "scripts": { "android": "react-native run-android", "build": "node scripts/build", diff --git a/platform/platform.json b/platform/platform.json index 037788c12c..a3a36d560e 100644 --- a/platform/platform.json +++ b/platform/platform.json @@ -1,6 +1,6 @@ { - "version": "3.0.2-rc.0", - "mobileAppVersion": "3.0.2-rc.0", + "version": "3.0.2", + "mobileAppVersion": "3.0.2", "releaseNotes": "* Fixed paused Podcast/Radio resuming after audio interruption\n* For devs: Fixed production build info helper script", "settings": { "DEV-appetizeKey": "tmbt6dp2z7dafedwuc3z2b586r", @@ -23,8 +23,8 @@ "dependencies": { "shoutem.about": "~3.0.1", "shoutem.analytics": "~3.0.0", - "shoutem.application": "~3.1.0-rc.0", - "shoutem.audio": "~3.0.1-rc.3", + "shoutem.application": "~3.1.0", + "shoutem.audio": "~3.0.1", "shoutem.auth": "~3.0.1", "shoutem.camera": "~3.0.0", "shoutem.cms": "~3.1.0", @@ -38,7 +38,7 @@ "shoutem.ical-events": "~3.0.0", "shoutem.layouts": "~3.0.0", "shoutem.loyalty": "~3.0.5", - "shoutem.navigation": "~3.1.0-rc.1", + "shoutem.navigation": "~3.1.0", "shoutem.news": "~3.2.1", "shoutem.notification-center": "~3.0.1", "shoutem.page": "~3.0.3",