Skip to content

Commit 90bc093

Browse files
author
Ayusch
committed
Version Bump
1 parent c0788c9 commit 90bc093

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ For Maven:
3939
<dependency>
4040
<groupId>com.ayusch.pulsatingbutton</groupId>
4141
<artifactId>pulsatingbutton</artifactId>
42-
<version>1.1.0</version>
42+
<version>1.1.1</version>
4343
<type>pom</type>
4444
</dependency>
4545
```
4646
For Gradle:
4747
```
48-
implementation 'com.ayusch.pulsatingbutton:pulsatingbutton:1.1.0'
48+
implementation 'com.ayusch.pulsatingbutton:pulsatingbutton:1.1.1'
4949
```
5050

5151

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ publish {
1313

1414
def groupProjectID = 'com.ayusch.pulsatingbutton'
1515
def artifactProjectID = 'pulsatingbutton'
16-
def publishVersionID = '1.1.0'
16+
def publishVersionID = '1.1.1'
1717

1818
userOrg = 'androidville'
1919
repoName = 'PulsatingButton'
2020
groupId = groupProjectID
2121
artifactId = artifactProjectID
2222
publishVersion = publishVersionID
2323
desc = 'Android library to display a pulsating (growing & shrinking) button'
24-
website = 'https://github.com/Ayusch/PulsatingButton'
24+
website = 'https://github.com/Ayusch/PulsatingButtonAndroidLibrary'
2525
}
2626

2727

0 commit comments

Comments
 (0)