Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
b-studios committed Sep 24, 2023
1 parent 5f66cc2 commit 523e11b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ lazy val assembleBinary = taskKey[Unit]("Assembles the effekt binary in bin/effe
lazy val generateDocumentation = taskKey[Unit]("Generates some documentation.")


lazy val effektVersion = "0.2.0"
lazy val effektVersion = "0.2.1"

lazy val noPublishSettings = Seq(
publish := {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "effekt",
"author": "Jonathan Brachthäuser",
"version": "0.2.0",
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git+https://github.com/b-studios/effekt.git"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.bstudios</groupId>
<artifactId>Effekt</artifactId>
<name>Effekt</name>
<version>0.2.0</version>
<version>0.2.1</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down

0 comments on commit 523e11b

Please sign in to comment.