Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Feb 15, 2024
1 parent 2220f8d commit 6adce4f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion simplepay-gateway.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: OTP SimplePay Gateway for WooCommerce
* Plugin URI: https://simplepay.conedevelopment.com/
* Description: OTP SimplePay payment gateway integration for WooCommerce.
* Version: 2.8.2
* Version: 2.8.3
* Author: Cone Development
* Author URI: https://conedevelopment.com
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Plugin
*
* @var string
*/
public const VERSION = '2.8.2';
public const VERSION = '2.8.3';

/**
* The plugin slug.
Expand Down
2 changes: 1 addition & 1 deletion updater/info.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SimplePay Gateway for WooCommerce",
"slug": "simplepay-gateway-master/simplepay-gateway.php",
"version": "2.8.2",
"version": "2.8.3",
"tested": "6.4.1",
"requires": "5.2",
"author": "Cone Development",
Expand Down
2 changes: 1 addition & 1 deletion updater/update.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"slug": "simplepay-gateway-master/simplepay-gateway.php",
"plugin": "simplepay-gateway-master/simplepay-gateway.php",
"tested": "6.4.1",
"new_version": "2.8.2",
"new_version": "2.8.3",
"package": "https://github.com/conedevelopment/simplepay-gateway/archive/master.zip",
"url": "https://github.com/conedevelopment/simplepay-gateway"
}

0 comments on commit 6adce4f

Please sign in to comment.