Skip to content

Commit b471c76

Browse files
committed
0.61.2
1 parent 382ead1 commit b471c76

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ First, install [Java SE] and [npm].
5454
Then, install [eoc]:
5555

5656
```bash
57-
npm install -g eolang@0.35.2
57+
npm install -g eolang@0.61.2
5858
```
5959

6060
Then, start with a simple EO program in the `app.eo` file:

eo-integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eolang</groupId>
1010
<artifactId>eo-parent</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>0.61.2</version>
1212
</parent>
1313
<artifactId>eo-integration-tests</artifactId>
1414
<name>eo-integration-tests</name>

eo-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eolang</groupId>
1010
<artifactId>eo-parent</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>0.61.2</version>
1212
</parent>
1313
<artifactId>eo-maven-plugin</artifactId>
1414
<packaging>maven-plugin</packaging>

eo-parser/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eolang</groupId>
1010
<artifactId>eo-parent</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>0.61.2</version>
1212
</parent>
1313
<artifactId>eo-parser</artifactId>
1414
<packaging>jar</packaging>

eo-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.eolang</groupId>
1010
<artifactId>eo-parent</artifactId>
11-
<version>1.0-SNAPSHOT</version>
11+
<version>0.61.2</version>
1212
</parent>
1313
<artifactId>eo-runtime</artifactId>
1414
<packaging>jar</packaging>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</parent>
1313
<groupId>org.eolang</groupId>
1414
<artifactId>eo-parent</artifactId>
15-
<version>1.0-SNAPSHOT</version>
15+
<version>0.61.2</version>
1616
<packaging>pom</packaging>
1717
<name>eo</name>
1818
<modules>

0 commit comments

Comments
 (0)