Skip to content

Commit

Permalink
Bump version post publish
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarnard committed Jan 16, 2023
1 parent 34bc622 commit 7bb3c55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[package]
name = "plist"
version = "1.4.0"
version = "1.4.1"
authors = ["Ed Barnard <[email protected]>"]
description = "A rusty plist parser. Supports Serde serialization."
license = "MIT"
repository = "https://github.com/ebarnard/rust-plist/"
documentation = "https://docs.rs/plist/1.4.0/plist/"
documentation = "https://docs.rs/plist/1.4.1/plist/"
keywords = ["plist", "parser"]
categories = ["config", "encoding", "parser-implementations"]
edition = "2021"
Expand Down

0 comments on commit 7bb3c55

Please sign in to comment.