Skip to content

Commit

Permalink
Prepare 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan committed Jun 6, 2021
1 parent 7eebe38 commit 7f74475
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MszProgressIndicator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
* Publish
* */
val publishGroupId = "com.ehsanmsz"
val publishVersion = "0.1.0"
val publishVersion = "0.1.1"
val publishArtifactId = "msz-progress-indicator"

val sourceJar by tasks.creating(Jar::class) {
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Gradle:
```kotlin
dependencies {
implementation("com.ehsanmsz:msz-progress-indicator:0.1.0")
implementation("com.ehsanmsz:msz-progress-indicator:0.1.1")
}
```

Expand All @@ -27,7 +27,7 @@ Maven:
<dependency>
<groupId>com.ehsanmsz</groupId>
<artifactId>msz-progress-indicator</artifactId>
<version>0.1.0</version>
<version>0.1.1</version>
<type>aar</type>
</dependency>
```
Expand Down Expand Up @@ -108,7 +108,7 @@ limitations under the License.
[publish-badge]: https://img.shields.io/github/workflow/status/ehsanmsz/mszprogressindicator/Publish


[maven-central]: https://search.maven.org/artifact/com.ehsanmsz/msz-progress-indicator/0.1.0/aar
[maven-central]: https://search.maven.org/artifact/com.ehsanmsz/msz-progress-indicator/0.1.1/aar

[license]: https://github.com/EhsanMsz/MszProgressIndicator/blob/master/LICENSE

Expand Down

0 comments on commit 7f74475

Please sign in to comment.