Skip to content

Commit

Permalink
Update version from 1.0-RC to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hgourvest committed Jun 2, 2024
1 parent 32c7849 commit b3d047a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ repositories {

dependencies {
// the main dependency
implementation("com.progdigy:FirebirdClient:1.0-RC")
implementation("com.progdigy:FirebirdClient:1.0")

// or the extended dependency
implementation("com.progdigy:FirebirdClient-ext:1.0-RC")
implementation("com.progdigy:FirebirdClient-ext:1.0")
}
```

Expand All @@ -54,7 +54,7 @@ repositories {

dependencies {
implementation(files("libs/Firebird-5.0.0.xxxx-x-android-embedded.aar"))
implementation("com.progdigy:FirebirdClient:1.0-RC")
implementation("com.progdigy:FirebirdClient:1.0")

}
```
Expand Down
2 changes: 1 addition & 1 deletion library-ext/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.progdigy"
version = "1.0-RC"
version = "1.0"

publishing {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "com.progdigy"
version = "1.0-RC"
version = "1.0"

publishing {
repositories {
Expand Down

0 comments on commit b3d047a

Please sign in to comment.