Skip to content

Commit 1f2e8e4

Browse files
author
ondrejch
committed
release v4.3.1
1 parent 557b0f2 commit 1f2e8e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The ideal next step is to test out the [Kontent Sample Spring Boot app](/sample-
5353
1. Copy the `local.properties.template` file in this directory to `local.properties` (which will be idnored by Git)).
5454
1. Set each variable on `local.properties` from the password manager, or contact @Kentico/developer-relations team to get them.
5555
1. Set version you want to publish in [`build.gradle`](./build.gradle#L69).
56-
1. Rebuild the solution `./gradlew clean build`.
56+
1. Build the solution `./gradlew build`.
5757
1. Run `./gradlew bintrayUpload`.
5858

5959
![Analytics](https://kentico-ga-beacon.azurewebsites.net/api/UA-69014260-4/Kentico/kontent-java-packages?pixel)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ allprojects {
6464
def repoGroupIdVal = 'com.github.kentico';
6565

6666
subprojects {
67-
version = '4.3.0'
67+
version = '4.3.1'
6868
ext.repoGroupId = repoGroupIdVal
6969
group = repoGroupIdVal
7070
ext.repositoryHost = 'jCenter'

0 commit comments

Comments
 (0)