From b750ad07a8215b3ceb75a159e91a7af8ba4e72ac Mon Sep 17 00:00:00 2001 From: Nic Munroe Date: Sun, 8 Sep 2024 13:33:02 -0700 Subject: [PATCH] Bump nike-internal-util version for snapshot development --- gradle.properties | 2 +- nike-internal-util/CHANGELOG.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 935aac2..c064b57 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ version=0.15.2-SNAPSHOT -nikeInternalUtilVersion=1.10.1 +nikeInternalUtilVersion=1.10.2-SNAPSHOT groupId=com.nike.backstopper nikeInternalUtilGroupId=com.nike.internal artifactId=backstopper diff --git a/nike-internal-util/CHANGELOG.md b/nike-internal-util/CHANGELOG.md index 7a9591c..8c85f9e 100644 --- a/nike-internal-util/CHANGELOG.md +++ b/nike-internal-util/CHANGELOG.md @@ -14,9 +14,9 @@ Note that the `backstopper-*` libraries are version-independent even though they Released on 2024-09-07. -### Promoted to 1.x +### Graduated to 1.x -- Promoted the version of `nike-internal-util` to `1.10.1` (from `0.10.0`) to reflect the stability and previous work +- Graduated the version of `nike-internal-util` to `1.10.1` (from `0.10.0`) to reflect the stability and previous work done on the library. ## [0.10.0](https://github.com/Nike-Inc/backstopper/releases/tag/nike-internal-util-v0.10.0)