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 2, 2025
1 parent b76e50a commit 8c92fc8
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.1-SNAPSHOT]

# [3.1.0]
## Added
- Add ability to set custom default size limits for requests and responses (https://github.com/valfirst/browserup-proxy/pull/467)
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.0</version>
<version>3.1.1-SNAPSHOT</version>
<scope>test</scope>
</dependency>
```

Or for gradle:

```gradle
testImplementation 'com.browserup:browserup-proxy-core:3.1.0'
testImplementation 'com.github.valfirst.browserup-proxy:browserup-proxy-core:3.1.1-SNAPSHOT'
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.1.1-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.0'
version = '3.1.1-SNAPSHOT'

sourceCompatibility=11

Expand Down

0 comments on commit 8c92fc8

Please sign in to comment.