Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit d0bef15

Browse files
committed
bump version to 0.3.0; add a missing hyphen to README.md
1 parent 3316359 commit d0bef15

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ _(Coming soon)_
7070
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).
7171

7272
## Contributing
73-
Formal styleguide for this project is JSLint. See JSLint settings at the top of
73+
Formal style-guide for this project is JSLint. See JSLint settings at the top of
7474
each file.
7575

7676
Add unit tests for any new or changed functionality. Lint and test your code

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cdn-sync",
33
"description": "deflate / synchronise assets to a CDN",
4-
"version": "0.2.0",
4+
"version": "0.3.0",
55
"homepage": "https://github.com/jokeyrhyme/cdn-sync",
66
"author": {
77
"name": "Ron Waldon",

0 commit comments

Comments
 (0)