Change version to 0.1.1
diff --git a/package.json b/package.json
index 6ee3786..4ff2371 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "conllu-gender",
- "version": "1.0.0",
+ "version": "0.1.0",
"description": "Reads CoNLL-U format from stdin and annotates gender-sensitive forms (Genderstern, Doppelpunkt, Unterstrich, Binnen-I, Klammern, Schrägstrich) and neo-pronouns with correct POS, lemma, and morphological features. Writes CoNLL-U format to stdout.",
"main": "src/index.js",
"bin": {