Skip to content

Commit

Permalink
Merge pull request #316 from spoorthipujariadobe/feature/content-cards
Browse files Browse the repository at this point in the history
bump version to 3.3.0-beta2
  • Loading branch information
spoorthipujariadobe authored Dec 12, 2024
2 parents 52acda5 + a377743 commit f6a9550
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ org.gradle.caching=true
android.useAndroidX=true

moduleName=messaging
moduleVersion=3.3.0-beta1
moduleVersion=3.3.0-beta2

#Maven artifact
mavenRepoName=AdobeMobileMessagingSdk
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
import java.util.Map;

public final class Messaging {
private static final String EXTENSION_VERSION = "3.3.0-beta1";
private static final String EXTENSION_VERSION = "3.3.0-beta2";
private static final String LOG_TAG = "Messaging";
private static final String CLASS_NAME = "Messaging";

Expand Down

0 comments on commit f6a9550

Please sign in to comment.