Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Feb 8, 2025
1 parent 7ea3e69 commit a457920
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,13 +359,13 @@ When you build the latest code from source, you'll have access to the latest sna
<dependency>
<groupId>com.github.valfirst.browserup-proxy</groupId>
<artifactId>browserup-proxy-core</artifactId>
<version>3.1.1</version>
<version>3.1.2-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```

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'
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.1
3.1.2-SNAPSHOT
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a457920

Please sign in to comment.