Skip to content

Commit

Permalink
fix(build.gradle): dump version v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pine committed Dec 2, 2017
1 parent b35581f commit 519fb73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ apply plugin: 'jacoco'
apply plugin: 'com.github.kt3k.coveralls'

group = 'moe.pine'
version = '0.2.10'
version = '0.3.0'
archivesBaseName = 'rxkotlin-collections'

repositories {
Expand Down

2 comments on commit 519fb73

@mattak
Copy link
Collaborator

@mattak mattak commented on 519fb73 Dec 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

@pine
Copy link
Owner Author

@pine pine commented on 519fb73 Dec 7, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😄

Please sign in to comment.