Skip to content

Commit

Permalink
release: v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed May 13, 2024
1 parent 29e2b6b commit 76e9897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation("com.kborowy:firebase-auth-provider:1.1.0")
implementation("com.kborowy:firebase-auth-provider:1.1.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RELEASE_SIGNING_ENABLED=true

GROUP=com.kborowy
POM_ARTIFACT_ID=firebase-auth-provider
VERSION_NAME=1.1.0
VERSION_NAME=1.1.1
POM_NAME=Firebase Auth Provider
POM_DESCRIPTION=Ktor authentication provider for Firebase Auth
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 76e9897

Please sign in to comment.