Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tjammer committed Sep 24, 2024
1 parent a806705 commit 77c7417
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.3.1 (2024-09-24)
------------------

* Work around patching on windows with powershell

1.3.0 (2024-05-21)
------------------

Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

(package
(name raylib)
(version 1.3.0)
(version 1.3.1)
(description "OCaml bindings for raylib")
(synopsis "OCaml bindings for raylib")
(depends
Expand Down
4 changes: 2 additions & 2 deletions raylib.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.3.0"
version: "1.3.1"
synopsis: "OCaml bindings for raylib"
description: "OCaml bindings for raylib"
maintainer: ["tobiasjammer@gmail.com"]
Expand All @@ -22,7 +22,6 @@ depends: [
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
Expand All @@ -34,6 +33,7 @@ build: [
"@runtest" {with-test}
"@doc" {with-doc}
]
["dune" "build" "@doc" "-p" name ] {with-doc}
]
dev-repo: "git+https://github.com/tjammer/raylib-ocaml.git"
available: [arch != "arm32" & arch != "ppc64"]
Expand Down

0 comments on commit 77c7417

Please sign in to comment.