Skip to content

Commit

Permalink
1.0.0 Milestone 3
Browse files Browse the repository at this point in the history
  • Loading branch information
gsteinacker committed Feb 5, 2017
1 parent cfbd771 commit cf5e454
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 @@ -71,7 +71,7 @@ that has embedded items, which have embedded items, and so on.

```gradle
dependencies {
compile "de.otto.edison:edison-hal:1.0.0.RC2",
compile "de.otto.edison:edison-hal:1.0.0.RC3",
...
}
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: 'maven'
apply plugin: 'jacoco'
apply from: 'dependencies.gradle'

version='1.0.0.RC3-SNAPSHOT'
version='1.0.0.RC3'
group='de.otto.edison'

repositories {
Expand Down

0 comments on commit cf5e454

Please sign in to comment.