From a380dd3dc758830266f29cdbb7bc8ce31d9c6284 Mon Sep 17 00:00:00 2001 From: Moritz Bitsch Date: Wed, 16 Jun 2021 17:39:11 +0200 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 95921d3..5028a6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "e2size" description = "A simple library for ext2/3/4 size calculation based on the superblock" repository = "https://github.com/madmo/e2size" -version = "0.1.0" +version = "0.1.1" authors = ["Moritz Bitsch "] readme = "README.md" license = "ISC"