Skip to content
This repository was archived by the owner on Oct 3, 2024. It is now read-only.

Commit 1b2fc70

Browse files
committed
Bump version to 1.0
Change-Id: I583d86ae186a1982b71337363c6b3bde563c9d80
1 parent a54c44c commit 1b2fc70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ EasyPermissions is installed by adding the following dependency to your `build.g
99

1010
```groovy
1111
dependencies {
12-
compile 'pub.devrel:easypermissions:0.4.3'
12+
compile 'pub.devrel:easypermissions:1.0.0'
1313
}
1414
```
1515

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ext {
3131

3232
mavenGroup = 'pub.devrel'
3333
mavenArtifactId = 'easypermissions'
34-
mavenVersion = '0.4.3'
34+
mavenVersion = '1.0.0'
3535

3636
bintrayOrg = 'easygoogle'
3737

0 commit comments

Comments
 (0)