Skip to content

Commit

Permalink
Update versions.json for 1.2
Browse files Browse the repository at this point in the history
Fixes #431.
Add lang.boolean.
Update 1.0.0 modules that changed to 1.1.0.
Change lang.xml to 0.7.0 and lang.stream to 0.3.0
  • Loading branch information
jclark committed Mar 18, 2020
1 parent a4854d8 commit 8583117
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions lang/lib/versions.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
{
"lang.array": "1.0.0",
"lang.array": "1.1.0",
"lang.boolean": "1.0.0",
"lang.decimal": "1.0.0",
"lang.error": "1.0.0",
"lang.float": "1.0.0",
"lang.future": "1.0.0",
"lang.int": "1.0.0",
"lang.map": "1.0.0",
"lang.int": "1.1.0",
"lang.map": "1.1.0",
"lang.object": "1.0.0",
"lang.stream": "0.1.0",
"lang.string": "1.0.0",
"lang.stream": "0.3.0",
"lang.string": "1.1.0",
"lang.table": "0.1.0",
"lang.typedesc": "1.0.0",
"lang.value": "1.0.0",
"lang.xml": "0.5.0"
"lang.xml": "0.7.0"
}

0 comments on commit 8583117

Please sign in to comment.