diff --git a/CHANGELOG.md b/CHANGELOG.md index 223212f..70fb856 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ Slingshot Changelog =================== -## Version 0.5.0 +## Version 0.6.0 ### Bug Fixes @@ -11,6 +11,10 @@ Slingshot Changelog * Allow SSL to work for when bucket name contains a dot. +## Version 0.5.0 + +No changes. (incorrectly released) + ## Version 0.4.1 ### Bug Fixes diff --git a/package.js b/package.js index 37e9d32..4d49c19 100644 --- a/package.js +++ b/package.js @@ -1,7 +1,7 @@ Package.describe({ name: "edgee:slingshot", summary: "Directly post files to cloud storage services, such as AWS-S3.", - version: "0.5.0", + version: "0.6.0", git: "https://github.com/CulturalMe/meteor-slingshot" });