Skip to content

Commit

Permalink
Finalize versions for platform 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Definitely-Not-Vlad committed Sep 27, 2021
1 parent 8ad97a4 commit 1a13103
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion package.template.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 5 additions & 5 deletions platform/platform.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 1a13103

Please sign in to comment.