Skip to content

Commit

Permalink
Version 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adimiz1 committed Nov 12, 2023
1 parent 5e6be37 commit a78f201
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.4.1 / 2023-11-12
==================

Other changes
-------------
* Update generative remove parameters
* Update generative replace parameters


1.4.0 / 2023-10-31
==================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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-transformation-builder-sdk:1.4.0'
implementation 'com.cloudinary:kotlin-transformation-builder-sdk:1.4.1'
```

**Using Maven**:
Expand All @@ -41,7 +41,7 @@ Add the Cloudinary Kotlin SDK to the list of dependencies in your `pom.xml` file
<dependency>
<groupId>com.cloudinary</groupId>
<artifactId>kotlin-transformation-builder-sdk</artifactId>
<version>1.4.0</version>
<version>1.4.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.4.0
version=1.4.1
group=com.cloudinary
publishGroupId=com.cloudinary
android.useAndroidX=true
Expand Down
2 changes: 1 addition & 1 deletion transformation-builder/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class Version {
companion object {
const val SDK_VERSION = "1.4.0"
const val SDK_VERSION = "1.4.1"
}
}

0 comments on commit a78f201

Please sign in to comment.