Skip to content

Commit f17fc79

Browse files
committed
Release v1.0.0
1 parent 9ba74a0 commit f17fc79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ module.exports = function(ServerlessPlugin) {
5959

6060
// Validate: Check Serverless version
6161
if (parseInt(this.S._version.split('.')[1]) < 2) {
62-
console.log("WARNING: This version of the Serverless Optimizer Plugin will not work with a version of Serverless that is less than v0.2");
62+
console.log("WARNING: This version of the Serverless Optimizer Plugin will not work with a version of Serverless that is less than v0.2.");
6363
}
6464

6565
// Get function

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-optimizer-plugin",
3-
"version": "0.3.1",
3+
"version": "1.0.0",
44
"engines": {
55
"node": ">=4.0"
66
},

0 commit comments

Comments
 (0)