Skip to content

Commit 97fe580

Browse files
committed
Prepare to the first release 1.0.0
1 parent c8e2582 commit 97fe580

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ allprojects {
3030
And add a dependency code to your **module**'s `build.gradle` file.
3131
```gradle
3232
dependencies {
33-
implementation "io.getstream.avatarview-coil:1.0.0-beta"
33+
implementation "io.getstream.avatarview-coil:1.0.0"
3434
}
3535
```
3636

avatarview-coil/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
if (snapshot) {
1313
PUBLISH_VERSION = Configuration.snapshotVersionName
1414
} else {
15-
PUBLISH_VERSION = Configuration.versionName + "-beta"
15+
PUBLISH_VERSION = Configuration.versionName
1616
}
1717
PUBLISH_ARTIFACT_ID = 'avatarview-coil'
1818
}

avatarview-glide/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ext {
1313
if (snapshot) {
1414
PUBLISH_VERSION = Configuration.snapshotVersionName
1515
} else {
16-
PUBLISH_VERSION = Configuration.versionName + "-beta"
16+
PUBLISH_VERSION = Configuration.versionName
1717
}
1818
PUBLISH_ARTIFACT_ID = 'avatarview-glide'
1919
}

avatarview-stream-integration/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
if (snapshot) {
1313
PUBLISH_VERSION = Configuration.snapshotVersionName
1414
} else {
15-
PUBLISH_VERSION = Configuration.versionName + "-beta"
15+
PUBLISH_VERSION = Configuration.versionName
1616
}
1717
PUBLISH_ARTIFACT_ID = 'avatarview-stream-integration'
1818
}

avatarview/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ext {
1212
if (snapshot) {
1313
PUBLISH_VERSION = Configuration.snapshotVersionName
1414
} else {
15-
PUBLISH_VERSION = Configuration.versionName + "-beta"
15+
PUBLISH_VERSION = Configuration.versionName
1616
}
1717
PUBLISH_ARTIFACT_ID = 'avatarview'
1818
}

0 commit comments

Comments
 (0)