Skip to content

Commit

Permalink
GH-607 Release 0.2.1-alpha (Resolve #607)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jan 15, 2021
1 parent f33b81a commit b1a762a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The latest indev build
<dependency>
<groupId>org.panda-lang</groupId>
<artifactId>panda</artifactId>
<version>0.2.0-alpha</version>
<version>0.2.1-alpha</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion panda-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>panda-parent</artifactId>
<groupId>org.panda-lang</groupId>
<version>0.2.0-alpha</version>
<version>0.2.1-alpha</version>
</parent>

<artifactId>panda-framework</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public final class PandaFrameworkConstants {
/**
* Current version of the Panda Framework
*/
public static final String VERSION = "0.2.0-alpha";
public static final String VERSION = "0.2.1-alpha";

private PandaFrameworkConstants() { }

Expand Down
2 changes: 1 addition & 1 deletion panda-utilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>panda-parent</artifactId>
<groupId>org.panda-lang</groupId>
<version>0.2.0-alpha</version>
<version>0.2.1-alpha</version>
</parent>

<artifactId>panda-utilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion panda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>panda-parent</artifactId>
<groupId>org.panda-lang</groupId>
<version>0.2.0-alpha</version>
<version>0.2.1-alpha</version>
</parent>

<artifactId>panda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<name>Panda</name>
<groupId>org.panda-lang</groupId>
<artifactId>panda-parent</artifactId>
<version>0.2.0-alpha</version>
<version>0.2.1-alpha</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit b1a762a

Please sign in to comment.