Skip to content

Commit

Permalink
objectionary#136 - refactored and updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
maxonfjvipon committed Jul 14, 2023
1 parent 648868c commit 5e2f29e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ SOFTWARE
<plugin>
<groupId>org.eolang</groupId>
<artifactId>eo-maven-plugin</artifactId>
<version>0.29.4</version>
<version>0.29.6</version>
<executions>
<execution>
<id>compile</id>
Expand Down
3 changes: 1 addition & 2 deletions src/main/eo/org/eolang/math/e.eo
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
+version 0.0.0

# The Euler's number
[] > e
2.7182818284590452354 > @
2.7182818284590452354 > e
3 changes: 1 addition & 2 deletions src/main/eo/org/eolang/math/pi.eo
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@
+version 0.0.0

# The PI number
[] > pi
3.14159265358979323846 > @
3.14159265358979323846 > pi

0 comments on commit 5e2f29e

Please sign in to comment.