Skip to content

Commit

Permalink
update version number in package.json (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored May 8, 2020
1 parent f7772fa commit 4126818
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "alarms-trigger",
"version": "1.0.0",
"description": "A service to trigger openwhisk triggers based on cron notation",
"name": "@openwhisk/alarms-trigger",
"version": "2.1.0",
"description": "A service to trigger OpenWhisk triggers based on cron notation",
"main": "app.js",
"license": "ISC",
"license": "Apache-2.0",
"author": "Apache Software Foundation",
"repository": "github:apache/openwhisk-package-alarms",
"dependencies": {
"body-parser": "^1.15.0",
"cron": "1.7.0",
Expand Down

0 comments on commit 4126818

Please sign in to comment.