diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2017-02-05 13:56:01 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2017-02-05 13:56:01 -0500 |
commit | ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa (patch) | |
tree | c4a1ffb39043a38a3e3af1e0f27746820c659da0 /plugins/wordpress-mobile-pack/core/config.php | |
parent | updating jetpack plugin (diff) | |
download | blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.tar.gz blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.tar.bz2 blogs-gentoo-ff7c8b8754c21c3ec030948d0a30b0ad2cdc20aa.zip |
Update plugin wordpress-mobile-pack 2.2.8
Diffstat (limited to 'plugins/wordpress-mobile-pack/core/config.php')
-rwxr-xr-x | plugins/wordpress-mobile-pack/core/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/wordpress-mobile-pack/core/config.php b/plugins/wordpress-mobile-pack/core/config.php index c4ecc98d..6b7b43e9 100755 --- a/plugins/wordpress-mobile-pack/core/config.php +++ b/plugins/wordpress-mobile-pack/core/config.php @@ -1,6 +1,6 @@ <?php -define("WMP_VERSION", '2.2.7'); +define("WMP_VERSION", '2.2.8'); define('WMP_PLUGIN_NAME', 'WP Mobile Pack'); define('WMP_DOMAIN', 'wordpress-mobile-pack'); |