From 5983273e60784d840be83a2e8db576b3a5f2f66b Mon Sep 17 00:00:00 2001 From: Takeru Ohta Date: Mon, 11 Jun 2018 23:24:35 +0900 Subject: [PATCH] Bump version to v0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7f4d344..603a10a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mpeg2ts" -version = "0.1.0" +version = "0.1.1" authors = ["Takeru Ohta "] description = "MPEG2-TS decoding/encoding library" homepage = "https://github.com/sile/mpeg2ts"