Bumping version to 1.10.1.2

This commit is contained in:
2026-05-03 14:29:14 -04:00
parent 54e0cd4c9b
commit d0ce303b26
2 changed files with 9 additions and 1 deletions
+8
View File
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.10.1.2] 2026-05-03
### Fixed
- Kick spam on non-cached VPN detection events.
### Changed
- Project cleanup and performance improvements.
## [1.10.1.1] 2026-04-29 ## [1.10.1.1] 2026-04-29
### Fixed ### Fixed
+1 -1
View File
@@ -15,7 +15,7 @@ def aggregateTestProjects = [
allprojects { allprojects {
group = 'dev.brighten.antivpn' group = 'dev.brighten.antivpn'
version = '1.10.1.1' version = '1.10.1.2'
repositories { repositories {
maven { url 'https://repo.papermc.io/repository/maven-public/' } maven { url 'https://repo.papermc.io/repository/maven-public/' }