Skip to content

Commit

Permalink
Merge pull request #17 from furkanakdemir/release_1.1.0
Browse files Browse the repository at this point in the history
Prepare for release 1.1.0
  • Loading branch information
furkanakdemir authored Oct 18, 2019
2 parents 0606023 + c1f4f1c commit 4f93ed5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Download

```
dependencies {
implementation "net.furkanakdemir:noticeboard:1.0.1"
implementation "net.furkanakdemir:noticeboard:1.1.0"
}
```
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ object AndroidSdk {
const val sdk_minimum = 21
const val sdk_compile = 29
const val sdk_target = 29
const val version_code = 10002
const val version_name = "1.0.2"
const val version_code = 10100
const val version_name = "1.1.0"
}

object Deps {
Expand Down
2 changes: 1 addition & 1 deletion noticeboard/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=net.furkanakdemir
versionName=1.0.1
versionName=1.1.0
pomArtifactId=noticeboard
pomName=NoticeBoard
pomPackaging=aar
Expand Down

0 comments on commit 4f93ed5

Please sign in to comment.