From d0bef15d65749a7eb2000ddd7048b9cab3385804 Mon Sep 17 00:00:00 2001 From: Ron Waldon Date: Mon, 26 Aug 2013 21:52:58 +1000 Subject: [PATCH] bump version to 0.3.0; add a missing hyphen to README.md --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47837b3..5602a2e 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ _(Coming soon)_ Note: for targets[index].options, use the options you would pass to the [AWS.S3 constructor](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3_20060301.html#constructor-property). ## Contributing -Formal styleguide for this project is JSLint. See JSLint settings at the top of +Formal style-guide for this project is JSLint. See JSLint settings at the top of each file. Add unit tests for any new or changed functionality. Lint and test your code diff --git a/package.json b/package.json index 7277636..2ea285e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cdn-sync", "description": "deflate / synchronise assets to a CDN", - "version": "0.2.0", + "version": "0.3.0", "homepage": "https://github.com/jokeyrhyme/cdn-sync", "author": { "name": "Ron Waldon",