diff --git a/LICENSE b/LICENSE index 8618b73..cbda179 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,6 @@ -Copyright (c) JS Foundation and other contributors +MIT License + +Copyright (c) 2017 Dimitry V. Ivanov $ curl -A cv ivanoff.org.ua Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation diff --git a/README.md b/README.md index 11c7eee..d65ea05 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # Time checker - v.0.1.2 + v.0.1.3 Checks current time in a specified period diff --git a/package.json b/package.json index 55328fc..d6841b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "time-checker", - "version": "0.1.2", + "version": "0.1.3", "description": "Checks current time in a specified period", "main": "index.js", "scripts": {