summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Otp.NET.nuspec2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/Otp.NET.nuspec b/Otp.NET.nuspec
index 296f9f1..e348098 100644
--- a/Otp.NET.nuspec
+++ b/Otp.NET.nuspec
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?><package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Otp.NET</id>
- <version>1.0.0</version>
+ <version>1.0.1</version>
<authors>Kyle Spearrin</authors>
<projectUrl>https://github.com/kspearrin/Otp.NET</projectUrl>
<licenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</licenseUrl>
diff --git a/package.json b/package.json
index a6d3b25..c3e62b9 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "otpnet",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "An implementation of TOTP which is commonly used for multi factor authentication by using a shared key between the client and the server to generate and verify one time use codes.",
"homepage": "https://github.com/kspearrin/Otp.NET",
"author": "Kyle Spearrin",