Skip to content

Commit

Permalink
TASK: Updating version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Nov 3, 2020
1 parent 2dc7f40 commit 90f3c0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ The latest stable SDK release can be retrieved from [jcenter](https://bintray.co
```gradle
ext {
versions = [
commercetools: "1.4.0"
commercetools: "1.5.0"
]
}
Expand All @@ -188,7 +188,7 @@ dependencies {
```
```maven
<properties>
<commercetools.version>1.4.0</commercetools.version>
<commercetools.version>1.5.0</commercetools.version>
<properties
<dependencies>
<dependency>
Expand Down

0 comments on commit 90f3c0e

Please sign in to comment.