From 586e921eed50790a2c3fbb22ce237202c5a7ca41 Mon Sep 17 00:00:00 2001 From: Tim Kye Date: Fri, 15 Dec 2023 04:23:25 -0800 Subject: [PATCH] 1.10.3 --- CHANGELOG.md | 4 ++-- gradle.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321b6841..6db03e83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## [1.10.2-SNAPSHOT] - 2023-12-14 +## [1.10.3] - 2023-12-15 * Fix: Pin DynamoDB Docker image to 2.1.0 to avoid breaking issue with latest -* + ## [1.10.2] - 2023-08-16 * Fix: Creating new tag for publication diff --git a/gradle.properties b/gradle.properties index 4425ae00..447291c3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ kotlin.code.style=official GROUP=app.cash.tempest -VERSION_NAME=1.10.2-SNAPSHOT +VERSION_NAME=1.10.3 #org.gradle.jvmargs=-Xmx2024m