Bump version to 0.1.1

Changelog:
  * Move the examples data files
  * Implement a first pass on every data format listed on serde.rs
This commit is contained in:
Zykino 2022-12-04 14:42:15 +01:00
parent 9f5cbd7d07
commit b9bffdc19c
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -663,7 +663,7 @@ dependencies = [
[[package]]
name = "tradaf"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"bendy",
"byteorder",

View File

@ -1,6 +1,6 @@
[package]
name = "tradaf"
version = "0.1.0"
version = "0.1.1"
authors = ["Zykino <Zykino@users.noreply.github.com>"]
description = "Tranduit Data Format: Translate serialized data from one format to another."
license = "GPL-3.0-or-later"