Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pinceladasdaweb committed Sep 25, 2017
1 parent 23df650 commit f7fa1f8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "tweetlight",
"description": "Display your latest tweets with pure JavaScript and PHP OAuth Library",
"version": "4.4.0",
"version": "4.5.0",
"private": true,
"author": "Pedro Rogério",
"main": "build/tweetlight.min.js",
Expand All @@ -11,14 +11,16 @@
"devDependencies": {
"grunt": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-contrib-uglify": "~2.0.0"
"grunt-contrib-uglify": "~3.1.0"
},
"repository": "https://github.com/pinceladasdaweb/tweetlight",
"bugs": {
"url": "https://github.com/pinceladasdaweb/tweetlight/issues"
},
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}]
}
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
]
}

0 comments on commit f7fa1f8

Please sign in to comment.