Skip to content

Commit

Permalink
v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timohuber committed Mar 1, 2023
1 parent 90816ec commit 262c4d5
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.1.2)
(version 0.1.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.1.2",
"version": "0.1.3",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "export NODE_OPTIONS=--trace-warnings; parcel build resources/index.js resources/admin.js resources/images/** --dist-dir public --public-url $PREFIX_PATH/assets/",
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.1.2"
version: "0.1.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.1.2"
version: "0.1.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.1.2"
let to_string = "0.1.3"

0 comments on commit 262c4d5

Please sign in to comment.