Plugin Directory

Changeset 2181203


Ignore:
Timestamp:
10/28/2019 05:09:53 AM (6 years ago)
Author:
websitevoice
Message:

Fix version number

Location:
websitevoice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • websitevoice/trunk/README.txt

    r2181200 r2181203  
    4444== Changelog ==
    4545
    46 = 1.1.3 =
     46= 1.1.4 =
    4747
    4848* Update to WordPress 5.3
  • websitevoice/trunk/websitevoice.php

    r2101321 r2181203  
    55 * Plugin URI:        https://websitevoice.com
    66 * Description:       Turn your articles into high-quality audio for your audience to listen while they’re busy multitasking or on the go.
    7  * Version:           1.1.2
     7 * Version:           1.1.4
    88 * Author:            WebsiteVoice
    99 * License:           GPL-2.0+
     
    1313
    1414if (!defined('WEBSITEVOICE_VERSION_NUM'))
    15   define('WEBSITEVOICE_VERSION_NUM', '1.1.2');
     15  define('WEBSITEVOICE_VERSION_NUM', '1.1.4');
    1616
    1717if (!defined('WEBSITEVOICE_VERSION_KEY'))
Note: See TracChangeset for help on using the changeset viewer.