Merge pull request #1056 from quantified-uncertainty/to-0.3.1

0.3.0 -> 0.3.1
This commit is contained in:
Ozzie Gooen 2022-09-01 11:00:52 -07:00 committed by GitHub
commit 462f1c9649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@quri/squiggle-components",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@quri/squiggle-lang",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://squiggle-language.com",
"license": "MIT",
"scripts": {

View File

@ -2,7 +2,7 @@ module Bindings = Reducer_Bindings
let bindings: Bindings.t =
[
("System.version", ReducerInterface_InternalExpressionValue.IEvString("0.3.0")),
("System.version", ReducerInterface_InternalExpressionValue.IEvString("0.3.1")),
]->Bindings.fromArray
let makeBindings = (previousBindings: Bindings.t): Bindings.t =>