Skip to content

Commit

Permalink
v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Timo Huber committed Mar 19, 2024
1 parent 0e5b617 commit 804e99c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name pool)

(version 0.6.2)
(version 0.6.3)

(authors "Department of Economics, University of Zurich")

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pool",
"version": "0.6.2",
"version": "0.6.3",
"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",
Expand Down
2 changes: 1 addition & 1 deletion pool.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.6.2"
version: "0.6.3"
synopsis: "The Z-Pool tool"
description: """

Expand Down
2 changes: 1 addition & 1 deletion pool.opam.locked
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
opam-version: "2.0"
version: "0.6.2"
version: "0.6.3"
synopsis: "The Z-Pool tool"
description: """

Expand Down
2 changes: 1 addition & 1 deletion pool/version/version.ml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
let to_string = "0.6.2"
let to_string = "0.6.3"

0 comments on commit 804e99c

Please sign in to comment.