Skip to content

Commit

Permalink
Bump version (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
Baltoli authored Mar 5, 2024
1 parent f21cc6b commit 054d3ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
env:
MAVEN_USERNAME: [email protected]
MAVEN_PASSWORD: ${{ secrets.CLOUDREPO_PASSWORD }}
run: mvn deploy --batch-mode -U
run: mvn deploy --batch-mode
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.runtimeverification</groupId>
<artifactId>scala-kore</artifactId>
<packaging>jar</packaging>
<version>0.0.1</version>
<version>0.0.2</version>

<name>Scala support for KORE</name>

Expand Down

0 comments on commit 054d3ce

Please sign in to comment.