diff --git a/Cargo.toml b/Cargo.toml index 201a735..29ef8db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "tree-sitter-ssh-client-config" description = "SSH client config grammar for the tree-sitter parsing library" -version = "1.0.0" +version = "1.0.1" keywords = ["incremental", "parsing", "ssh", "client", "config"] categories = ["parsing", "text-editors"] repository = "https://github.com/metio/tree-sitter-ssh-client-config" edition = "2018" -license = "CC0" +license = "CC0-1.0" build = "bindings/rust/build.rs" include = [ diff --git a/package.json b/package.json index 702d522..9c7feb6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tree-sitter-ssh-client-config", - "version": "1.0.0", + "version": "1.0.1", "description": "tree-sitter grammar for SSH client configuration files", "keywords": [ "parser", @@ -25,7 +25,7 @@ "url": "https://seb.people.metio.wtf/" }, "contributors": [], - "license": "CC0", + "license": "CC0-1.0", "dependencies": { "nan": "^2.15.0" },