Skip to content

Commit

Permalink
Bump version to 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
s1ck committed Feb 14, 2021
1 parent 8237c61 commit 505c487
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 @@ -191,7 +191,7 @@ Add dependency to your maven project:
<dependency>
<groupId>com.github.s1ck</groupId>
<artifactId>gdl</artifactId>
<version>0.3.6</version>
<version>0.3.7</version>
</dependency>
```

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

<groupId>com.github.s1ck</groupId>
<artifactId>gdl</artifactId>
<version>0.3.7-SNAPSHOT</version>
<version>0.3.7</version>

<name>GDL - Graph Definition Language</name>
<description>ANTLR Grammar for the definition of extended property graphs.</description>
Expand Down

0 comments on commit 505c487

Please sign in to comment.