diff --git a/composer.json b/composer.json index dd1e92929..cff1df3f4 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "laterpay/laterpay-wordpress-plugin", "description": "This is the official LaterPay plugin for selling digital content with WordPress", "license": "MIT", - "version": "0.12.0", + "version": "0.12.1", "config": { "vendor-dir": "laterpay/vendor", "secure-http": true diff --git a/laterpay/README.txt b/laterpay/README.txt index 0289b0ba5..36163f8dc 100644 --- a/laterpay/README.txt +++ b/laterpay/README.txt @@ -5,7 +5,7 @@ Donate link: https://laterpay.net Tags: laterpay, accept micropayments, accept payments, access control, billing, buy now pay later, content monetization, creditcard, debitcard, free to read, laterpay for wordpress, laterpay payment, laterpay plugin, micropayments, monetize, paid content, pay button, pay per use, payments, paywall, PPU, sell digital content, sell digital goods, single sale, wordpress laterpay Requires at least: 4.6 Tested up to: 4.9.6 -Stable tag: 0.12.0 +Stable tag: 0.12.1 Author URI: https://laterpay.net Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin License: MIT diff --git a/laterpay/laterpay.php b/laterpay/laterpay.php index a6d2b7289..c694f03c6 100644 --- a/laterpay/laterpay.php +++ b/laterpay/laterpay.php @@ -4,7 +4,7 @@ * Plugin URI: https://github.com/laterpay/laterpay-wordpress-plugin * Description: Sell digital content with LaterPay. It allows super easy and fast payments from as little as 5 cent up to 149.99 Euro at a 15% fee and no fixed costs. * Author: LaterPay GmbH, Mihail Turalenka and Aliaksandr Vahura - * Version: 0.12.0 + * Version: 0.12.1 * Author URI: https://laterpay.net/ * Textdomain: laterpay * Domain Path: /languages diff --git a/package.json b/package.json index 2c8409155..8bc12704d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "laterpay-wordpress-plugin", - "version": "0.12.0", + "version": "0.12.1", "description": "LaterPay WordPress plugin", "main": "index.js", "dependencies": {},