Skip to content

Commit 6fb3568

Browse files
committed
Final 2.6.0
1 parent 567a53f commit 6fb3568

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
LogicNG uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5-
## [2.6.0] - 2024-08-02
5+
## [2.6.0] - 2024-09-10
66

77
### Added
88

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
3434
<dependency>
3535
<groupId>org.logicng</groupId>
3636
<artifactId>logicng</artifactId>
37-
<version>2.5.1</version>
37+
<version>2.6.0</version>
3838
</dependency>
3939
```
4040

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727
<groupId>org.logicng</groupId>
2828
<artifactId>logicng</artifactId>
29-
<version>2.6.0-SNAPSHOT</version>
29+
<version>2.6.0</version>
3030
<packaging>bundle</packaging>
3131

3232
<name>LogicNG</name>

0 commit comments

Comments
 (0)