From a457920a93562523afc25c02efd017453f09dd4d Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Sat, 8 Feb 2025 19:42:22 +0300 Subject: [PATCH] Prepare for next development iteration --- CHANGELOG.md | 2 ++ README.md | 4 ++-- .../src/main/resources/com/browserup/bup/version | 2 +- build.gradle | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ec43fd..907449f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +# [Unreleased - 3.1.2-SNAPSHOT] + # [3.1.1] ## Fixed - (Fixes https://github.com/valfirst/browserup-proxy/issues/472) Fix hostname resolving (https://github.com/valfirst/browserup-proxy/pull/473) diff --git a/README.md b/README.md index 7a9b9e03..fcc62dcb 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ When you build the latest code from source, you'll have access to the latest sna com.github.valfirst.browserup-proxy browserup-proxy-core - 3.1.1 + 3.1.2-SNAPSHOT test ``` @@ -367,5 +367,5 @@ When you build the latest code from source, you'll have access to the latest sna Or for gradle: ```gradle -testImplementation 'com.github.valfirst.browserup-proxy:browserup-proxy-core:3.1.1' +testImplementation 'com.github.valfirst.browserup-proxy:browserup-proxy-core:3.1.2-SNAPSHOT' ``` diff --git a/browserup-proxy-core/src/main/resources/com/browserup/bup/version b/browserup-proxy-core/src/main/resources/com/browserup/bup/version index 94ff29cc..1b1bda40 100644 --- a/browserup-proxy-core/src/main/resources/com/browserup/bup/version +++ b/browserup-proxy-core/src/main/resources/com/browserup/bup/version @@ -1 +1 @@ -3.1.1 +3.1.2-SNAPSHOT diff --git a/build.gradle b/build.gradle index f8c85b12..5f2fbd4a 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ subprojects { apply plugin: 'maven-publish' group = 'com.github.valfirst.browserup-proxy' - version = '3.1.1' + version = '3.1.2-SNAPSHOT' sourceCompatibility=11