Skip to content

Commit 4ff15e2

Browse files
committed
Bump to version 0.0.3-SNAPSHOT for dev
1 parent ce774b5 commit 4ff15e2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

java/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prism-parser-api</artifactId>

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.ruby-lang</groupId>
66
<artifactId>prism-parser</artifactId>
7-
<version>0.0.2</version>
7+
<version>0.0.3-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Java Prism</name>
1010
<description>Java API for the Prism Ruby language parser</description>

java/wasm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ruby-lang</groupId>
77
<artifactId>prism-parser</artifactId>
8-
<version>0.0.2</version>
8+
<version>0.0.3-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>prism-parser-wasm</artifactId>
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>org.ruby-lang</groupId>
3636
<artifactId>prism-parser-api</artifactId>
37-
<version>0.0.2</version>
37+
<version>0.0.3-SNAPSHOT</version>
3838
</dependency>
3939
<dependency>
4040
<groupId>com.dylibso.chicory</groupId>

0 commit comments

Comments
 (0)