summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-10-14 16:23:52 +0200
committerGitHub <noreply@github.com>2016-10-14 16:23:52 +0200
commitf2f09a2c800ef40ff7f4696171187238f5e3c75b (patch)
tree9a90d130c0a62702e21ddc50b2b8f71252633a12
parentebfd9d82cf6d47ea6a67ad64ad7546cdea87d1e4 (diff)
parent19221997405d5e4f973e17419262aa6c608f1ffb (diff)
Merge pull request #15 from matthiasbeyer/v0.1.1
V0.1.1
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4097e30..d002892 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,13 +1,13 @@
[package]
name = "filters"
-version = "0.1.0"
+version = "0.1.1"
authors = ["Matthias Beyer <mail@beyermatthias.de>",
"Marcel Müller <neikos@neikos.email>" ]
description = "Build filters/predicates with the builder pattern"
keywords = ["iterator", "filter", "builder", "util"]
readme = "./README.md"
-license = "LGPL-2.1"
+license = "MPL-2.0"
documentation = "https://matthiasbeyer.github.io/filters/filters/index.html"
repository = "https://github.com/matthiasbeyer/filters"