Skip to content

Commit

Permalink
[fix] version numbering should match cql module
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed Nov 8, 2023
1 parent 36413d8 commit 5676c36
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
Expand Up @@ -16,7 +16,7 @@ The [compiled artifact](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.ev
<dependency>
<groupId>com.evolvedbinary.cql</groupId>
<artifactId>corpusql-parser</artifactId>
<version>1.0</version>
<version>1.1.0-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>com.evolvedbinary.cql</groupId>
<artifactId>corpusql-parser</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>

<name>Corpus Query Language Parser</name>
<description>A Parser for Corpus Query Language</description>
Expand Down

0 comments on commit 5676c36

Please sign in to comment.