diff --git a/package.json b/package.json index a2570136d9e0a2faf64520823b9bf5ebd0a31962..1fbd9361eb9afdff132721a50425e7f52a5c36e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coscine/project-creation", - "version": "1.15.2", + "version": "1.16.0", "main": "dist/index.umd.js", "module": "dist/index.common.js", "browser": "dist/index.umd.min.js", @@ -75,5 +75,5 @@ "url": "https://git.rwth-aachen.de/coscine/frontend/libraries/project-creation.git" }, "license": "MIT", - "packageManager": "yarn@3.1.0" + "packageManager": "yarn@3.1.1" }