Skip to content

Commit

Permalink
Version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinWalker committed Jul 11, 2017
1 parent 5896e2b commit 47e6adc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.txt
Expand Up @@ -2,9 +2,9 @@
Contributors: wordimpress, dlocc, webdevmattcrom
Donate link: https://wordimpress.com/
Tags: google maps, google map, google map widget, google map shortcode, maps, map, wp map, wp google maps, google maps directions, google maps builder, google maps plugin, google places, google places api, google maps api, google places reviews
Requires at least: 4.0
Tested up to: 4.6.1
Stable tag: 2.1.1
Requires at least: 4.2
Tested up to: 4.8
Stable tag: 2.1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
9 changes: 4 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions google-maps-builder.php
Expand Up @@ -5,7 +5,7 @@
* Plugin Name: Maps Builder
* Plugin URI: http://mapsbuilder.wordimpress.com/
* Description: Create stylish and powerful Google Maps quickly and easily.
* Version: 2.1.1
* Version: 2.1.2
* Author: WordImpress
* Author URI: https://wordimpress.com/
* Text Domain: google-maps-builder
Expand Down Expand Up @@ -36,7 +36,7 @@
}
// Plugin version
if ( ! defined( 'GMB_VERSION' ) ) {
define( 'GMB_VERSION', '2.1.1' );
define( 'GMB_VERSION', '2.1.2' );
}
// Plugin Root File
if ( ! defined( 'GMB_PLUGIN_FILE' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "google-maps-builder",
"version": "2.1.0-b-1",
"version": "2.1.2",
"description": "Contributors: dlocc, wordimpress Donate link: http://wordimpress.com/ Tags: google maps, google map, google map widget, google map shortcode, maps, map, wp map, wp google maps, google maps directions, google maps builder, google maps plugin, google places, google places api, google maps api, google places reviews Requires at least: 3.6 Tested up to: 3.9.1 Stable tag: 1.0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html",
"main": "index.js",
"dependencies": {
Expand Down

0 comments on commit 47e6adc

Please sign in to comment.