Skip to content

Commit e8eb2fa

Browse files
committed
Prepare for 0.3.0 release
1 parent 4ef4fe0 commit e8eb2fa

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/pre-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
prerelease: true
4343
title: "Development Build"
4444
files: |
45-
idris-jvm-compiler/target/idris2-0.3.0-SNAPSHOT.zip
45+
idris-jvm-compiler/target/idris2-0.3.0.zip

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
with:
4040
repo_token: "${{ secrets.GITHUB_TOKEN }}"
4141
prerelease: false
42-
title: "Release 0.3.0-rc.2"
42+
title: "Release 0.3.0"
4343
files: |
44-
idris-jvm-compiler/target/idris2-0.3.0-SNAPSHOT.zip
44+
idris-jvm-compiler/target/idris2-0.3.0.zip

idris-jvm-assembler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.mmhelloworld</groupId>
77
<artifactId>idris-jvm</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

idris-jvm-compiler/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.mmhelloworld</groupId>
77
<artifactId>idris-jvm</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

idris-jvm-runtime/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.mmhelloworld</groupId>
77
<artifactId>idris-jvm</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

idris-jvm-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.mmhelloworld</groupId>
77
<artifactId>idris-jvm</artifactId>
8-
<version>0.3.0-SNAPSHOT</version>
8+
<version>0.3.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>io.github.mmhelloworld</groupId>
88
<artifactId>idris-jvm</artifactId>
9-
<version>0.3.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
<packaging>pom</packaging>
1111
<name>Idris 2 JVM</name>
1212

0 commit comments

Comments
 (0)