Skip to content

Commit

Permalink
release v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Borowy committed Aug 10, 2023
1 parent cb98708 commit 775ee68
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@ Ktor 2.0 authentication provider for Firebase Auth module.

## Download

todo
```kotlin
repositories {
mavenCentral()
}
dependencies {
implementation("com.kborowy:firebase-auth-provider:1.0.0")
}
```

## Usage

Expand Down
7 changes: 7 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Releasing

1. Change version in `gradle.properties` to release version
2. Change version in README.md, Download section
3. Commit changes and create tag (vX.X.X)
4. Push to repo
5. Release via `./gradlew publish`
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.0.0-SNAPSHOT
VERSION_NAME=1.0.0
POM_NAME=Firebase Auth Provider
POM_DESCRIPTION=Ktor authentication provider for Firebase Auth
POM_INCEPTION_YEAR=2023
Expand Down

0 comments on commit 775ee68

Please sign in to comment.