Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jplatte committed Apr 3, 2020
1 parent e81a27e commit 3733e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [unreleased]

# 0.1.4

* Allow deserialization of `Int`s and `UInt`s from non-self-describing formats

# 0.1.3
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "js_int"
description = "JavaScript-interoperable integer types"
version = "0.1.3"
version = "0.1.4"
authors = ["Jonas Platte <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 3733e6b

Please sign in to comment.