Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Bumping version number for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghnuberath committed Oct 8, 2015
1 parent 634a84b commit 4728e0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Keep the container running! We'll need it to try the following example.
Launch a spark-shell. We'll be using mosaic, and a popular csv->DataFrame library for this example:

```bash
$ spark-shell --packages "com.databricks:spark-csv_2.10:1.2.0,com.unchartedsoftware.mosaic:mosaic-core:0.11.0"
$ spark-shell --packages "com.databricks:spark-csv_2.10:1.2.0,com.unchartedsoftware.mosaic:mosaic-core:0.12.0"
```

Now it's time to run a simple tiling job! Enter paste mode (:paste), and paste the following script:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'scoverage'
apply plugin: 'idea'

group = 'com.unchartedsoftware.mosaic'
version = '0.11.0'
version = '0.12.0'

project.ext {
scalaBinaryVersion = '2.10'
Expand Down

0 comments on commit 4728e0c

Please sign in to comment.