Skip to content

Commit

Permalink
Release 0.3.5!
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Beauxis committed Dec 16, 2021
1 parent 1fb688f commit 140dd65
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 @@
0.3.5 (unreleased)
0.3.5 (12-16-2021)
=====
* Better endianess detection.
* Avoid race condition between the GC and `encode_buffer_float_ba`
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(lang dune 2.0)
(version 0.3.4)
(version 0.3.5)
(name lame)
(source (github savonet/ocaml-lame))
(license GPL-2.0)
Expand Down
2 changes: 1 addition & 1 deletion lame.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.4"
version: "0.3.5"
synopsis: "MP3 encoding library"
description:
"Bindings for the lame library which provides functions for encoding mp3 files"
Expand Down

0 comments on commit 140dd65

Please sign in to comment.