Skip to content

Commit

Permalink
GH-518 Release 0.1.0-alpha (Resolve #518)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzikoysk committed Jul 2, 2020
1 parent d79e346 commit a0e5b95
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 @@ -26,7 +26,7 @@ The latest indev build
<dependency>
<groupId>org.panda-lang</groupId>
<artifactId>panda</artifactId>
<version>1.0.0-alpha</version>
<version>0.1.0-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>1.0.0-alpha</version>
<version>0.1.0-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 = "1.0.0-alpha";
public static final String VERSION = "0.1.0-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>1.0.0-alpha</version>
<version>0.1.0-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>1.0.0-alpha</version>
<version>0.1.0-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>1.0.0-alpha</version>
<version>0.1.0-alpha</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit a0e5b95

Please sign in to comment.