Skip to content

Commit 9151c4d

Browse files
authored
Merge pull request #283 from objectionary/update-eo-0.49.1
New release for eo-0.49.1
2 parents a1721a1 + e36e2e9 commit 9151c4d

File tree

114 files changed

+134
-134
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+134
-134
lines changed

make/jvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SOFTWARE.
2828
<artifactId>jvm</artifactId>
2929
<version>1.0-SNAPSHOT</version>
3030
<properties>
31-
<eo.version>0.49.0</eo.version>
31+
<eo.version>0.49.1</eo.version>
3232
<stack-size>32M</stack-size>
3333
<heap-size>2G</heap-size>
3434
</properties>

objects/org/eolang/as-phi.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.49.0
26+
+rt jvm org.eolang:eo-runtime:0.49.1
2727
+rt node eo2js-runtime:0.0.0
28-
+version 0.49.0
28+
+version 0.49.1
2929

3030
# Turns an object into a phi-term printable to console.
3131
#

objects/org/eolang/bytes.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang
27-
+rt jvm org.eolang:eo-runtime:0.49.0
27+
+rt jvm org.eolang:eo-runtime:0.49.1
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.49.0
29+
+version 0.49.1
3030

3131
# The object encapsulates a chain of bytes, adding a few
3232
# convenient operations to it. Objects like `int`, `string`,

objects/org/eolang/cti.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+version 0.49.0
26+
+version 0.49.1
2727

2828
# Compile Time Instruction (CTI).
2929
#

objects/org/eolang/dataized.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+version 0.49.0
26+
+version 0.49.1
2727

2828
# The object dataizes `target`, makes new instance of `bytes` from given data and behaves as result
2929
# `bytes`.

objects/org/eolang/error.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+rt jvm org.eolang:eo-runtime:0.49.0
26+
+rt jvm org.eolang:eo-runtime:0.49.1
2727
+rt node eo2js-runtime:0.0.0
28-
+version 0.49.0
28+
+version 0.49.1
2929

3030
# This object must be used in order to terminate the program
3131
# due to an error. Just make a copy of it with any encapsulated object.

objects/org/eolang/false.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
+architect yegor256@gmail.com
2424
+home https://github.com/objectionary/eo
2525
+package org.eolang
26-
+version 0.49.0
26+
+version 0.49.1
2727

2828
# The object is a FALSE boolean state.
2929
[] > false

objects/org/eolang/fs/dir.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang.fs
27-
+rt jvm org.eolang:eo-runtime:0.49.0
27+
+rt jvm org.eolang:eo-runtime:0.49.1
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.49.0
29+
+version 0.49.1
3030

3131
# Directory in the file system.
3232
# Apparently every directory is a file.

objects/org/eolang/fs/file.eo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
+architect yegor256@gmail.com
2525
+home https://github.com/objectionary/eo
2626
+package org.eolang.fs
27-
+rt jvm org.eolang:eo-runtime:0.49.0
27+
+rt jvm org.eolang:eo-runtime:0.49.1
2828
+rt node eo2js-runtime:0.0.0
29-
+version 0.49.0
29+
+version 0.49.1
3030

3131
# A file on the filesystem.
3232
[path] > file

objects/org/eolang/fs/path.eo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
+architect yegor256@gmail.com
2828
+home https://github.com/objectionary/eo
2929
+package org.eolang.fs
30-
+version 0.49.0
30+
+version 0.49.1
3131

3232
# A `path` represents a path that is hierarchical and composed of a sequence of
3333
# directory and file name elements separated by a special separator or delimiter.

0 commit comments

Comments
 (0)