Skip to content

Commit

Permalink
Various changes
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Jun 1, 2022
1 parent 21a4b0d commit c5db71a
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 223 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "one"]
path = one
url = https://github.com/propensive/one
[submodule "dotty"]
path = dotty
url = https://github.com/lampepfl/dotty
4 changes: 2 additions & 2 deletions build.irk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"imports": ["one/build.irk"],
"imports": ["../one/build.irk"],
"publishing": {
"username": "propensive",
"group": "com.propensive",
Expand All @@ -25,7 +25,7 @@
"acyclicity/core", "jovian/core", "scintillate/core", "euphemism/core", "honeycomb/core",
"exoskeleton/core", "clairvoyant/time", "imperial/core", "tarantula/core"],
"sources": ["src/core"],
"version": "0.5.0",
"version": "0.5.1",
"docs": ["doc"],
"artifact": {
"main": "irk.Irk",
Expand Down
2 changes: 1 addition & 1 deletion doc/.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.5.1
1 change: 1 addition & 0 deletions dotty
Submodule dotty added at 9220b7
Loading

0 comments on commit c5db71a

Please sign in to comment.