Skip to content

Commit

Permalink
Version 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed May 19, 2022
1 parent 42c4955 commit 337f45c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.5.1 / 2022-05-19
==================

* Fix transformation builder dependency

1.5.0 / 2022-05-17
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Add the SDK to your project as a dependency, we recommend using a build manageme
Add the Cloudinary Kotlin SDK to the dependencies section of your `build.gradle` file.

```
implementation 'com.cloudinary:kotlin-url-gen:1.5.0'
implementation 'com.cloudinary:kotlin-url-gen:1.5.1'
```

**Using Maven**:
Expand All @@ -43,7 +43,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file
<dependency>
<groupId>com.cloudinary</groupId>
<artifactId>kotlin-url-gen</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<type>pom</type>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ developerId=cloudinary
developerName=Cloudinary
developerEmail=[email protected]
# These two properties must use these exact names to be compatible with 'gradle install' plugin.
version=1.5.0
version=1.5.1
group=com.cloudinary
publishGroupId=com.cloudinary
android.useAndroidX=true
Expand Down
2 changes: 1 addition & 1 deletion url-gen/src/main/kotlin/com/cloudinary/Cloudinary.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Cloudinary(val config: CloudinaryConfig) {
}

companion object {
const val SDK_VERSION = "1.5.0"
const val SDK_VERSION = "1.5.1"

/**
* This flag determines whether to throw an error when a transformation is created with invalid arguments.
Expand Down

0 comments on commit 337f45c

Please sign in to comment.