Skip to content

Commit

Permalink
Merge pull request #5 from ravisharda/release-0.6
Browse files Browse the repository at this point in the history
Prepare for releasing 0.6.1
  • Loading branch information
sarlaccpit authored Jan 16, 2020
2 parents 02a506b + c6d4700 commit 053633f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.gradle
.idea
build
*.iml
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ repositories {
jcenter()
}
dependencies {
implementation "io.pravega:pravega-client:0.6.0"
implementation "io.pravega:pravega-keycloak-client:0.6.0"
implementation "io.pravega:pravega-client:0.6.1"
implementation "io.pravega:pravega-keycloak-client:0.6.1"
}
```

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# http://www.apache.org/licenses/LICENSE-2.0
#

pravegaVersion=0.6.0
pravegaVersion=0.6.1
keycloakVersion=6.0.1
slf4jVersion=1.7.25
junitVersion=4.12
Expand All @@ -21,4 +21,4 @@ publishRepo=
bintrayOrgName=pravega
bintrayRepoName=pravega

buildVersion=0.6.0
buildVersion=0.6.1

0 comments on commit 053633f

Please sign in to comment.