Skip to content

Commit

Permalink
Merge branch 'release/0.2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
James McClain committed Nov 10, 2015
2 parents d411199 + 66ce657 commit 3790b60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ deploy:
- sample/layers/landsatGreen.json
- sample/layers/landsatRed.json
- sample/layers/water.json
- sample/nlcd.json
- sample/layers/nlcd.json
- target/scala-2.10/modellab-geoprocessing-assembly-${TRAVIS_TAG}.jar
skip_cleanup: true
on:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2

- A minor error in the Travis configuration file was corrected.

## 0.2.1

- A minor error in the Travis configuration file was corrected.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
organization := "com.azavea.modellab"
name := "modellab-geoprocessing"
version := "0.2.1"
version := "0.2.2"

Common.settings

Expand Down

0 comments on commit 3790b60

Please sign in to comment.