Skip to content

Commit

Permalink
Bump to version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jam1garner committed Aug 29, 2022
1 parent 643859c commit 642d76a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
[package]
name = "smash-lvd"
version = "0.2.0"
authors = ["jam1garner <[email protected]>"]
version = "0.3.0"
authors = ["jam1garner <[email protected]>"]
edition = "2018"
description = "A Rust crate for working with Smash level data (`.lvd`) files from 3DS / Wii U and Ultimate."
license = "MIT"
documentation = "https://docs.rs/smash-lvd"
readme = "./README.md"
repository = "https://github.com/jam1garner/lvd-rs"

[lib]
name = "lvd"
Expand Down

0 comments on commit 642d76a

Please sign in to comment.