From a2cae3503970548f8906b0f7b3bc8c705c4d3da9 Mon Sep 17 00:00:00 2001 From: andelf Date: Fri, 15 Jan 2016 12:45:30 +0800 Subject: [PATCH] bump version v0.13.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 56512fc9..689852cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "sdl2_ttf" description = "SDL2_ttf bindings for Rust" repository = "https://github.com/andelf/rust-sdl2_ttf" -version = "0.13.0" +version = "0.13.1" license = "MIT" readme = "README.md" authors = ["ShuYu Wang "]