Skip to content

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zbaylin committed Oct 20, 2023
1 parent f2c3353 commit 27ec8e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unreleased
1.0.1
========
- #4: fix minimum ppxlib version

Expand Down
2 changes: 1 addition & 1 deletion diff.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: "1.0.0"
version: "1.0.1"
synopsis: "A library for generating diffs from product types"
maintainer: ["Zach Baylin <[email protected]>"]
authors: ["Zach Baylin <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

(generate_opam_files true)

(version 1.0.0)
(version 1.0.1)
(source (github skolemlabs/diff))
(license MIT)
(authors "Zach Baylin <[email protected]>")
Expand Down

0 comments on commit 27ec8e6

Please sign in to comment.