Skip to content

Commit

Permalink
Adjust version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
czengler committed May 2, 2024
1 parent e5b003f commit 9435c1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![build](https://github.com/logic-ng/parser/workflows/build/badge.svg) [![codecov](https://codecov.io/gh/logic-ng/parser/branch/development/graph/badge.svg)](https://codecov.io/gh/logic-ng/parser) ![License](https://img.shields.io/badge/license-Apache%202-ff69b4.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.logicng/logicng-parser-j8.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.logicng%22%20AND%20a:%22logicng-parser-j8%22)
![build](https://github.com/logic-ng/parser/workflows/build/badge.svg) ![License](https://img.shields.io/badge/license-Apache%202-ff69b4.svg) [![Maven Central](https://img.shields.io/maven-central/v/org.logicng/logicng-parser-j8.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22org.logicng%22%20AND%20a:%22logicng-parser-j8%22)


<a href="https://www.logicng.org"><img src="https://github.com/logic-ng/LogicNG/blob/master/doc/logo/logo_big.png" alt="logo" width="300"></a>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.logicng</groupId>
<artifactId>logicng-parser-j8</artifactId>
<version>2.5.0-SNAPSHOT</version>
<version>2.5.0</version>
<packaging>bundle</packaging>

<licenses>
Expand Down

0 comments on commit 9435c1a

Please sign in to comment.