Skip to content

Commit

Permalink
Merge pull request #8 from livefront/prepare-0.1.1-release
Browse files Browse the repository at this point in the history
Create 0.1.1 release
  • Loading branch information
Alex Vanyo authored Jun 30, 2020
2 parents c9e1155 + 93d6165 commit 31d52f2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
# 0.1.1
Publish dokka documentation and sources

# 0.1.0
Initial preview release
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ repositories {
}

dependencies {
implementation("com.github.livefront.sealed-enum:sealedenum:v0.1.0")
kapt("com.github.livefront.sealed-enum:sealedenumprocessor:v0.1.0")
implementation("com.github.livefront.sealed-enum:sealedenum:0.1.1")
kapt("com.github.livefront.sealed-enum:sealedenumprocessor:0.1.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ org.gradle.jvmargs=-Xmx1536m
kotlin.code.style=official

group=com.livefront.sealedenum
version=0.1.0
version=0.1.1

0 comments on commit 31d52f2

Please sign in to comment.