From 62310a75aaaa785275416bbdda8fe4fa1032aaef Mon Sep 17 00:00:00 2001 From: rbasso Date: Mon, 6 Mar 2017 20:46:00 +0900 Subject: [PATCH 1/2] hello-world: Bump canonical-data.json to v1.0.0 Semantic versioning reserves major version zero for initial development. All `canonical-data.json` files should start at version 1.0.0. --- exercises/hello-world/canonical-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/hello-world/canonical-data.json b/exercises/hello-world/canonical-data.json index 56f4a39398..5d94c49a87 100644 --- a/exercises/hello-world/canonical-data.json +++ b/exercises/hello-world/canonical-data.json @@ -1,6 +1,6 @@ { "exercise":"hello-world", - "version":"0.1.0", + "version":"1.0.0", "cases":[ { "description":"Say Hi!", From 4b9ae53fd998a438a037582d2c3609ea696e0338 Mon Sep 17 00:00:00 2001 From: rbasso Date: Mon, 6 Mar 2017 20:51:25 +0900 Subject: [PATCH 2/2] hello-world: Fix canonical-data.json formatting --- exercises/hello-world/canonical-data.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/exercises/hello-world/canonical-data.json b/exercises/hello-world/canonical-data.json index 5d94c49a87..7bcb45c666 100644 --- a/exercises/hello-world/canonical-data.json +++ b/exercises/hello-world/canonical-data.json @@ -1,11 +1,11 @@ { - "exercise":"hello-world", - "version":"1.0.0", - "cases":[ + "exercise": "hello-world", + "version": "1.0.0", + "cases": [ { - "description":"Say Hi!", - "property":"hello", - "expected":"Hello, World!" + "description": "Say Hi!", + "property": "hello", + "expected": "Hello, World!" } ] }