Skip to content

Commit

Permalink
bump version to 51.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejpavlovic committed Jul 9, 2024
1 parent 7fe8dc8 commit 23ae72d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.library'

group = 'expo.modules.marketingcloudsdk'
version = '51.0.1'
version = '51.0.2'

def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
apply from: expoModulesCorePlugin
Expand Down Expand Up @@ -35,7 +35,7 @@ android {
namespace "expo.modules.marketingcloudsdk"
defaultConfig {
versionCode 1
versionName "51.0.1"
versionName "51.0.2"
}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@allboatsrise/expo-marketingcloudsdk",
"author": "All Boats Rise Inc.",
"version": "51.0.1",
"version": "51.0.2",
"license": "MIT",
"description": "Expo module for Salesforce Marketing Cloud SDK",
"homepage": "https://github.com/allboatsrise/expo-marketingcloudsdk",
Expand Down

0 comments on commit 23ae72d

Please sign in to comment.