Skip to content

Commit

Permalink
bumped version to 6.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymedavis committed Mar 25, 2016
1 parent 69a5ccb commit 1860d9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ obj
src/packages/*
*.nupkg
Stripe.net.dll
*.pdb

# user/vs files
*.user
Expand Down
2 changes: 1 addition & 1 deletion build/Stripe.net.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<metadata xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<id>Stripe.net</id>
<version>6.0.1</version>
<version>6.1.0</version>
<authors>Jayme Davis</authors>
<owners>Jayme Davis</owners>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
2 changes: 1 addition & 1 deletion src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
[assembly: AssemblyCompany("Jayme Davis")]
[assembly: AssemblyProduct("Stripe.net")]
[assembly: AssemblyCopyright("Copyright (C) Jayme Davis 2016")]
[assembly: AssemblyVersion("6.0.1")]
[assembly: AssemblyVersion("6.1.0")]

0 comments on commit 1860d9e

Please sign in to comment.