Plugin Directory

Changeset 2481147


Ignore:
Timestamp:
02/25/2021 05:32:54 AM (5 years ago)
Author:
liveblogwp
Message:

Bump version number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • live-blog-wp/trunk/live-blog-wp.php

    r2481145 r2481147  
    44* Description: Turn any post into a real time auto updating live blog.
    55* Plugin URI:  https://liveblogwp.com
    6 * Version:     1.0.2
     6* Version:     1.0.3
    77* Author:      Live Blog WP
    88* Text Domain: lbwp
     
    2525    * Holds the plugins current version
    2626    */
    27     const VERSION = '1.0.2';
     27    const VERSION = '1.0.3';
    2828
    2929    /*
Note: See TracChangeset for help on using the changeset viewer.