Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Oct 24, 2024
1 parent c0f91d3 commit f8c88db
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.8.1)
(version 0.8.2)

(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.8.1",
"version": "0.8.2",
"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.8.1"
version: "0.8.2"
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.8.1"
version: "0.8.2"
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,2 +1,2 @@
let to_string = "0.8.1"
let to_string = "0.8.2"
let changelog_url = "https://github.com/uzh/z-pool-tool/blob/main/CHANGELOG.md"

0 comments on commit f8c88db

Please sign in to comment.