Skip to content

Commit d285413

Browse files
committed
bumping version to 3.13.1
1 parent 7f88395 commit d285413

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## [3.13.1] - 2025-01-19
6+
### Changed
7+
- Updated Gradle to 8.12.
8+
59
## [3.13.0] - 2024-01-29
610
### Changed
711
- **Breaking:** Java 17 is now the minimum required version for using this fork of classindex.
@@ -24,6 +28,7 @@
2428
## 3.11 and before
2529
Changes for version 3.11 and before are documented in the [original repository](https://github.com/atteo/classindex/blob/master/CHANGES.md).
2630

27-
[Unreleased]: https://github.com/xmlobjects/classindex/compare/v3.13.0..HEAD
31+
[Unreleased]: https://github.com/xmlobjects/classindex/compare/v3.13.1..HEAD
32+
[3.13.1]: https://github.com/xmlobjects/classindex/releases/tag/v3.13.1
2833
[3.13.0]: https://github.com/xmlobjects/classindex/releases/tag/v3.13.0
2934
[3.12.0]: https://github.com/xmlobjects/classindex/releases/tag/v3.12.0

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ plugins {
22
id 'java-library'
33
id 'maven-publish'
44
id 'signing'
5-
id 'io.github.gradle-nexus.publish-plugin' version '1.3.0'
5+
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
66
}
77

88
group = 'org.xmlobjects'
9-
version = '3.13.0'
9+
version = '3.13.1'
1010
description = 'Fork of https://github.com/atteo/classindex'
1111

1212
java {

0 commit comments

Comments
 (0)