Skip to content

Commit

Permalink
GH-518 Release Panda 0.1.1-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 7, 2020
1 parent 3d1f1c4 commit b31547c
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.1.0-alpha</version>
<version>0.1.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.1.0-alpha</version>
<version>0.1.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.1.0-alpha";
public static final String VERSION = "0.1.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.1.0-alpha</version>
<version>0.1.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.1.0-alpha</version>
<version>0.1.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.1.0-alpha</version>
<version>0.1.1-alpha</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit b31547c

Please sign in to comment.