Skip to content

Commit

Permalink
Final 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed Sep 9, 2024
1 parent 567a53f commit 6fb3568
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

## [2.6.0] - 2024-08-02
## [2.6.0] - 2024-09-10

### Added

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LogicNG is released in the Maven Central Repository. To include it just add
<dependency>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.5.1</version>
<version>2.6.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.logicng</groupId>
<artifactId>logicng</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>2.6.0</version>
<packaging>bundle</packaging>

<name>LogicNG</name>
Expand Down

0 comments on commit 6fb3568

Please sign in to comment.