Skip to content

Commit

Permalink
Bump version to v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
effekt-updater[bot] authored and jiribenes committed Oct 1, 2024
1 parent c008b4f commit 58c8510
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effekt-lang/effekt",
"author": "Jonathan Brachthäuser",
"version": "0.3.0",
"version": "0.4.0",
"repository": {
"type": "git",
"url": "git+https://github.com/effekt-lang/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.3.0</version>
<version>0.4.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/EffektVersion.scala
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Don't change this file without changing the CI too!
import sbt.*
import sbt.Keys.*
object EffektVersion { lazy val effektVersion = "0.3.0" }
object EffektVersion { lazy val effektVersion = "0.4.0" }

0 comments on commit 58c8510

Please sign in to comment.