Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowdHailer committed Jan 14, 2024
1 parent 6d70d4b commit bdac174
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "plinth"
version = "0.1.7"
version = "0.1.8"
description = "Bindings to Node.js and browser platform APIs"
target = "javascript"

Expand Down
2 changes: 2 additions & 0 deletions src/plinth/browser/audio.gleam
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import gleam/javascript/promise.{type Promise}

// Media is described as being only Audio or Video so this might be an occasion to use an Enum type.

pub type Audio

@external(javascript, "../../audio_ffi.mjs", "newAudio")
Expand Down

0 comments on commit bdac174

Please sign in to comment.