Skip to content

Commit 0de2c6f

Browse files
authored
Merge pull request #18 from chirino/release
Prep for 0.0.2 release.
2 parents 63e004e + 7a4e203 commit 0de2c6f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
release:
2-
current-version: "0.0.1"
2+
current-version: "0.0.2"
33
next-version: "999-SNAPSHOT"
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To compile your WASM module at build time, add the Chicory compiler Maven plugin
116116
<artifactId>chicory-compiler-maven-plugin</artifactId>
117117
<executions>
118118
<execution>
119-
<id>wasm-shim</id>
119+
<id>chicory-compile</id>
120120
<goals>
121121
<goal>compile</goal>
122122
</goals>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
:project-version: 0.0.1
1+
:project-version: 0.0.2
22

33
:examples-dir: ./../examples/

docs/modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ To compile your WASM module at build time, add the Chicory compiler Maven plugin
222222
<artifactId>chicory-compiler-maven-plugin</artifactId>
223223
<executions>
224224
<execution>
225-
<id>wasm-shim</id>
225+
<id>chicory-compile</id>
226226
<goals>
227227
<goal>compile</goal>
228228
</goals>

0 commit comments

Comments
 (0)