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 Aug 31, 2022
1 parent 7a561f7 commit 4fed913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The latest stable SDK release can be retrieved from [Maven Central](https://sear
```gradle
ext {
versions = [
commercetools: "9.2.1"
commercetools: "9.2.2"
]
}
Expand All @@ -43,7 +43,7 @@ dependencies {

```maven
<properties>
<commercetools.version>9.2.1</commercetools.version>
<commercetools.version>9.2.2</commercetools.version>
</properties>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#Fri Jul 29 13:38:10 UTC 2022
#Wed Aug 31 15:57:56 UTC 2022
org.gradle.jvmargs=-Xmx2048m
version=9.3.0-SNAPSHOT

0 comments on commit 4fed913

Please sign in to comment.