diff --git a/bower.json b/bower.json index d33b816..b5e09f6 100644 --- a/bower.json +++ b/bower.json @@ -10,4 +10,4 @@ "normalize-css": "3.0.1", "marked": "0.3.2" } -} +} \ No newline at end of file diff --git a/package.json b/package.json index d30ddac..d8ece4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-burndown-chart", - "version": "1.0.0-alpha", + "version": "1.0.0", "description": "Shows a burndown chart for GitHub Issues", "directories": { "test": "test" @@ -15,7 +15,7 @@ }, "devDependencies": { "mocha": "~1.12.0", - "marked": "~0.2.9", + "marked": "~0.3.2", "grunt": "~0.4.1", "grunt-apps-c": "0.1.10", @@ -43,4 +43,4 @@ "bugs": { "url": "https://github.com/radekstepan/github-burndown-chart/issues" } -} +} \ No newline at end of file