From 18c496d6f08d707f0d9c4f06562a63160ff7d4bc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= <rafalh92@outlook.com>
Date: Sat, 20 Oct 2018 13:55:25 +0200
Subject: [PATCH] Change version to 0.3.1

---
 Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml
index ca23a02..8460291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "fatfs"
-version = "0.3.0"
+version = "0.3.1"
 authors = ["Rafał Harabień <rafalh92@outlook.com>"]
 repository = "https://github.com/rafalh/rust-fatfs"
 readme = "README.md"