Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfisher committed Sep 19, 2023
1 parent fe79e7c commit a8266f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ dependencies {

implementation "androidx.browser:browser:1.2.0"

implementation("com.authsignal:authsignal-push-android:0.2.0")
implementation("com.authsignal:authsignal-passkey-android:0.1.0")
implementation("com.authsignal:authsignal-push-android:0.2.1")
implementation("com.authsignal:authsignal-passkey-android:0.1.1")
}

if (isNewArchitectureEnabled()) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-authsignal",
"version": "0.3.0",
"version": "0.3.1",
"description": "The official Authsignal React Native library.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export class Authsignal {

constructor({
tenantID,
baseURL = 'https://challenge.authsignal.com/v1',
baseURL = 'https://api.authsignal.com/v1',
enableLogging = __DEV__,
}: ConstructorArgs) {
this.tenantID = tenantID;
Expand Down

0 comments on commit a8266f9

Please sign in to comment.