Skip to content

Commit 6fd98dd

Browse files
committed
version bump
1 parent dc6fbce commit 6fd98dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Otp.NET.nuspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?><package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
22
<metadata>
33
<id>Otp.NET</id>
4-
<version>1.0.0</version>
4+
<version>1.0.1</version>
55
<authors>Kyle Spearrin</authors>
66
<projectUrl>https://github.com/kspearrin/Otp.NET</projectUrl>
77
<licenseUrl>https://raw.githubusercontent.com/kspearrin/Otp.NET/master/LICENSE.txt</licenseUrl>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "otpnet",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"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.",
55
"homepage": "https://github.com/kspearrin/Otp.NET",
66
"author": "Kyle Spearrin",

0 commit comments

Comments
 (0)