Skip to content

Commit

Permalink
Minor bump version to 1.1.0
Browse files Browse the repository at this point in the history
* Add support for Waveshare 7.5v2
  • Loading branch information
samsonmking committed Aug 29, 2020
1 parent c0f93cf commit b2c812d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "epaperjs",
"version": "1.0.0",
"version": "1.1.0",
"description": "Simple e-Paper display on a Raspberry Pi using Javascript and HTML",
"main": "index.js",
"scripts": {
"build": "node-gyp rebuild",
"clean": "node-gyp clean"
},
"author": {
"name": "Samson King",
"email": "samson@samsonmking.com",
"url": "https://github.com/samsonmking"
"name": "Samson King",
"email": "samson@samsonmking.com",
"url": "https://github.com/samsonmking"
},
"repository": {
"type": "git",
"url": "https://github.com/samsonmking/epaper.js"
"url": "https://github.com/samsonmking/epaper.js"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit b2c812d

Please sign in to comment.