Archived
1
0
Fork 0
This commit is contained in:
Henrik Hautakoski 2018-08-31 18:22:59 +02:00
parent babe5cd1e3
commit 7dac50c6a4
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA
3 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,6 @@
</div> </div>
<div class="footer-right"> <div class="footer-right">
Version 1.0 Version 1.0.1
</div> </div>
</footer> </footer>

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{ {
"name": "httpcb", "name": "httpcb",
"version": "1.0.0", "version": "1.0.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View file

@ -1,6 +1,6 @@
{ {
"name": "httpcb", "name": "httpcb",
"version": "1.0.0", "version": "1.0.1",
"description": "HTTP Callback Tool", "description": "HTTP Callback Tool",
"devDependencies": { "devDependencies": {
"bootstrap-sass": "^3.3.7", "bootstrap-sass": "^3.3.7",