Skip to content

Commit

Permalink
Use pure semver
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonKozlov committed May 10, 2023
1 parent 26665a8 commit 66fb7bf
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 @@ -6,7 +6,7 @@
<dependency>
<groupId>org.crac</groupId>
<artifactId>crac</artifactId>
<version>0.1.3</version>
<version>1.3.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 @@ -4,7 +4,7 @@

<groupId>org.crac</groupId>
<artifactId>crac</artifactId>
<version>0.1.3</version>
<version>1.3.0</version>
<packaging>jar</packaging>

<name>crac</name>
Expand Down

0 comments on commit 66fb7bf

Please sign in to comment.