Skip to content

Commit

Permalink
Changed version from 0.0.7-SNAPSHOT to release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aecio committed Nov 27, 2016
1 parent f5701ed commit cf985bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ apply plugin: 'com.github.kt3k.coveralls'
sourceCompatibility = 1.8
targetCompatibility = 1.8
compileJava.options.encoding = "UTF-8"
version = '0.7.0-SNAPSHOT'
version = '0.0.7'
mainClassName = 'focusedCrawler.Main'
applicationDefaultJvmArgs = ["-Dname=ache -XX:+UseConcMarkSweepGC -XX:+HeapDumpOnOutOfMemoryError"]

Expand Down
4 changes: 2 additions & 2 deletions conda.recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package:
name: ache
version: 0.7.0-SNAPSHOT
version: 0.0.7

build:
number: 0

source:
git_url: [email protected]:ViDA-NYU/ache.git
git_tag: 0.7.0-SNAPSHOT
git_tag: 0.0.7

about:
license: GPL 2.0

0 comments on commit cf985bc

Please sign in to comment.