diff --git a/exercises/hello-world/package.json b/exercises/hello-world/package.json index 893bf6fdd0..cbcfae4a9e 100644 --- a/exercises/hello-world/package.json +++ b/exercises/hello-world/package.json @@ -1,5 +1,6 @@ { "name": "exercism-javascript", + "version": "1.1.0", "description": "Exercism exercises in Javascript.", "author": "Katrina Owen", "private": true,