Skip to content

Commit

Permalink
close version 1.0.0, first release of claudb
Browse files Browse the repository at this point in the history
  • Loading branch information
tonivade committed Sep 30, 2017
1 parent 83a3bc6 commit 329fcf6
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
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'com.bmuschko.nexus'

group = 'com.github.tonivade'
archivesBaseName = 'claudb'
version = '1.0.0-SNAPSHOT'
version = '1.0.0'

configurations {
codacy
Expand Down Expand Up @@ -47,7 +47,7 @@ repositories {
}

dependencies {
compile 'com.github.tonivade:resp-server:0.8.0-SNAPSHOT'
compile 'com.github.tonivade:resp-server:0.8.0'
compile 'com.github.tonivade:equalizer:0.2.0'
compile 'net.sf.jopt-simple:jopt-simple:5.0.4'
compile 'org.luaj:luaj-jse:3.0.1'
Expand Down

0 comments on commit 329fcf6

Please sign in to comment.