diff --git a/dune-project b/dune-project index b3e832d26..02483f73b 100644 --- a/dune-project +++ b/dune-project @@ -4,7 +4,7 @@ (name pool) -(version 0.7.6) +(version 0.8.0) (authors "Department of Economics, University of Zurich") diff --git a/package.json b/package.json index 4a5ec18c4..264eb887d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "pool", - "version": "0.7.6", + "version": "0.8.0", "license": "GPL-2.0-or-later", "scripts": { "build": "export NODE_OPTIONS=--trace-warnings PUBLIC_URL=$PREFIX_PATH/assets/; parcel build resources/index.js resources/images/** --dist-dir public --public-url $PUBLIC_URL && parcel build resources/admin.js --dist-dir public --public-url $PUBLIC_URL", diff --git a/pool.opam b/pool.opam index ee2285bcb..12d247a2b 100644 --- a/pool.opam +++ b/pool.opam @@ -1,6 +1,6 @@ # This file is generated by dune, edit dune-project instead opam-version: "2.0" -version: "0.7.6" +version: "0.8.0" synopsis: "The Z-Pool tool" description: """ diff --git a/pool.opam.locked b/pool.opam.locked index d0c23f46b..159e951d6 100644 --- a/pool.opam.locked +++ b/pool.opam.locked @@ -1,5 +1,5 @@ opam-version: "2.0" -version: "0.7.6" +version: "0.8.0" synopsis: "The Z-Pool tool" description: """ diff --git a/pool/version/version.ml b/pool/version/version.ml index d9360d6b6..b14c6e435 100644 --- a/pool/version/version.ml +++ b/pool/version/version.ml @@ -1 +1 @@ -let to_string = "0.7.6" +let to_string = "0.8.0"