Skip to content

Commit

Permalink
Increased version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Apr 20, 2016
1 parent 6640b2f commit 697fce5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls'
sourceCompatibility = 1.7
targetCompatibility = 1.7
compileJava.options.encoding = "UTF-8"
version = '0.4.0'
version = '0.5.0'
mainClassName = 'focusedCrawler.Main'
applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"]

Expand Down
2 changes: 1 addition & 1 deletion conda.recipe/meta.yaml
@@ -1,6 +1,6 @@
package:
name: ache
version: 0.4.0
version: 0.5.0

build:
number: 0
Expand Down

0 comments on commit 697fce5

Please sign in to comment.