From b920200f068f877ba3b23b59f0d4337dd2be617d Mon Sep 17 00:00:00 2001 From: Andrej Kyselica Date: Sat, 12 Jan 2019 14:01:17 -0500 Subject: [PATCH] Bump to v1.00 --- .../Nop.Plugin.Payments.Stripe.csproj | 12 +++++++----- Nop.Plugin.Payments.Stripe/plugin.json | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Nop.Plugin.Payments.Stripe/Nop.Plugin.Payments.Stripe.csproj b/Nop.Plugin.Payments.Stripe/Nop.Plugin.Payments.Stripe.csproj index f60b73c..dee4bcf 100644 --- a/Nop.Plugin.Payments.Stripe/Nop.Plugin.Payments.Stripe.csproj +++ b/Nop.Plugin.Payments.Stripe/Nop.Plugin.Payments.Stripe.csproj @@ -1,13 +1,15 @@  netcoreapp2.2 - 0.01 + 1.00 false - https://github.com/andrejpk/nopCommerce + https://github.com/andrejpk/Nop.Payments.Stripe true + + git ..\..\Presentation\Nop.Web\Plugins\Payments.Stripe @@ -20,7 +22,7 @@ - + @@ -51,13 +53,13 @@ - + - + diff --git a/Nop.Plugin.Payments.Stripe/plugin.json b/Nop.Plugin.Payments.Stripe/plugin.json index 120cf41..008a67a 100644 --- a/Nop.Plugin.Payments.Stripe/plugin.json +++ b/Nop.Plugin.Payments.Stripe/plugin.json @@ -2,7 +2,7 @@ "Group": "Payment methods", "FriendlyName": "Stripe", "SystemName": "Payments.Stripe", - "Version": "0.01", + "Version": "1.00", "SupportedVersions": [ "4.20", "4.10" ], "Author": "Andrej Kyselica", "DisplayOrder": 1,