Skip to content

Commit

Permalink
release v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
krizzu committed Jun 28, 2024
1 parent 1024aaa commit 7df9eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Firebase Auth Provider

[![Kotlin](https://img.shields.io/badge/kotlin-1.9.23-blue.svg?logo=kotlin)](http://kotlinlang.org)
![Maven Central Version](https://img.shields.io/maven-central/v/com.kborowy/firebase-auth-provider?logo=apachemaven&link=https%3A%2F%2Fcentral.sonatype.com%2Fartifact%2Fcom.kborowy%2Ffirebase-auth-provider)
![GitHub Release](https://img.shields.io/github/v/release/krizzu/firebase-auth-provider?display_name=release&logo=github)
[![Maven Central Version](https://img.shields.io/maven-central/v/com.kborowy/firebase-auth-provider?logo=apachemaven&link=https%3A%2F%2Fcentral.sonatype.com%2Fartifact%2Fcom.kborowy%2Ffirebase-auth-provider)](https://central.sonatype.com/artifact/com.kborowy/firebase-auth-provider)
[![GitHub Release](https://img.shields.io/github/v/release/krizzu/firebase-auth-provider?display_name=release&logo=github)](https://github.com/krizzu/firebase-auth-provider/releases)
[![GitHub License](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](http://www.apache.org/licenses/LICENSE-2.0)


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.3
VERSION_NAME=1.1.4
POM_NAME=Firebase Auth Provider
POM_DESCRIPTION=Ktor authentication provider for Firebase Auth
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 7df9eab

Please sign in to comment.