Skip to content

Commit

Permalink
v0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Aug 2, 2023
1 parent c4dad81 commit 8440dfc
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.3.2)
(version 0.3.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.3.2",
"version": "0.3.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.3.2"
version: "0.3.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.3.2"
version: "0.3.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.3.2"
let to_string = "0.3.3"

0 comments on commit 8440dfc

Please sign in to comment.