Skip to content

Commit

Permalink
indexer4j: Update version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haeungun committed Jan 27, 2019
1 parent de8f222 commit 319dda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'indexer4j'
version '0.2.0-SNAPSHOT'
version '0.3.0-SNAPSHOT'

apply plugin: 'java'
apply plugin: 'com.novoda.bintray-release'
Expand Down Expand Up @@ -29,7 +29,7 @@ publish {
userOrg = 'haeungun'
groupId = 'com.haeungun.indexer4j'
artifactId = 'indexer4j'
publishVersion = '0.2.0'
publishVersion = '0.3.0'
desc = 'Simple full text indexing and searching library for Java'
website = 'https://github.com/haeungun/indexer4j'
issueTracker = 'https://github.com/haeungun/indexer4j/issues'
Expand Down

0 comments on commit 319dda5

Please sign in to comment.