Skip to content

Commit

Permalink
Update to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hathoriel committed Aug 20, 2021
1 parent ef535b6 commit d2e4c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: tatum, blockchain, nft, erc721, ethereum, celo, bsc, mint
Requires at least: 5.5
Requires PHP: 7.0
Tested up to: 5.7.1
Stable tag: 1.0.3
Stable tag: 1.0.5
License: MIT
License URI: https://opensource.org/licenses/MIT

Expand Down Expand Up @@ -85,6 +85,9 @@ In the Metadata there should be some info about minted Token or link to web page
= 1.0.3 =
* Fixed deploy NFT minor bug

= 1.0.5 =
* Fixed minor bugs

== Upgrade Notice ==

= 1.0.0 =
Expand Down
4 changes: 2 additions & 2 deletions tatum.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Tatum
* Plugin URI: https://tatum.io/
* Description: Tatum is a free easiest and fastest plugin to work with NFTs without any expertise in blockchain field.
* Version: 1.0.3
* Version: 1.0.4
* Author: Lukas Kotol
* Author URI: https://github.com/Hathoriel
* License: MIT
Expand All @@ -23,7 +23,7 @@
* Start at version 1.0.0 and use SemVer - https://semver.org
* Rename this for your plugin and update it as you release new versions.
*/
define('TATUM_VERSION', '1.0.3');
define('TATUM_VERSION', '1.0.5');
/**
* The code that runs during plugin activation.
* This action is documented in includes/class-tatum-activator.php
Expand Down

0 comments on commit d2e4c47

Please sign in to comment.