Skip to content

Commit

Permalink
0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjudd committed Jan 26, 2013
1 parent 41bbb30 commit 00f5211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/drip
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ function run_drip_command {

DRIP_POOL=1
DRIP_HOME=${DRIP_HOME:-~/.drip}
DRIP_VERSION=${DRIP_VERSION:-0.2.0}
DRIP_VERSION=${DRIP_VERSION:-0.2.1}
DRIP_BRANCH=${DRIP_BRANCH:-master}
DRIP_REPO=${DRIP_REPO:-http://clojars.org/repo}
DRIP_JAR_URL=${DRIP_JAR_URL:-$DRIP_REPO/org/flatland/drip/$DRIP_VERSION/drip-$DRIP_VERSION.jar}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.flatland</groupId>
<artifactId>drip</artifactId>
<packaging>jar</packaging>
<version>0.2.0</version>
<version>0.2.1</version>
<name>drip</name>
<description>Fast JVM launching without the hassle of persistent JVMs.</description>
<url>https://github.com/flatland/drip</url>
Expand Down

0 comments on commit 00f5211

Please sign in to comment.