Skip to content

Commit

Permalink
bump version to 3.3.0-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
spoorthipujariadobe committed Dec 12, 2024
1 parent 52acda5 commit a377743
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 a377743

Please sign in to comment.