Skip to content

Commit

Permalink
Update ver and year
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Weigel committed Jan 28, 2019
1 parent df3d715 commit 3141bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion license.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2018 R.S. Weigel
Copyright 2018, 2019 R.S. Weigel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hapi-server",
"version": "0.9.3",
"version": "0.9.4",
"license": "MIT",
"engine-strict": true,
"engines": {
Expand Down Expand Up @@ -29,7 +29,7 @@
"clean": "rm -rf node_modules/; rm -rf public/data/QinDenton/",
"test": "node test/server-test.js; node test/subset-test.js",
"start": "node server.js --port 8999",
"packages": "cd pkg; make update VERSION=v$npm_package_version",
"package": "cd pkg; make update VERSION=v$npm_package_version",
"release": "cd pkg; make release VERSION=v$npm_package_version"
},
"bin": "server.js",
Expand Down

0 comments on commit 3141bed

Please sign in to comment.