We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91dc1a8 commit ece8b9aCopy full SHA for ece8b9a
user-locations.php
@@ -15,7 +15,7 @@
15
* Text Domain: user-locations
16
* License: GPL-2.0+
17
* License URI: http://www.gnu.org/licenses/gpl-2.0.txt
18
- * Version: 1.3.0
+ * Version: 1.3.1
19
* GitHub Plugin URI: https://github.com/bizbudding/user-locations
20
* GitHub Branch: master
21
*/
@@ -173,7 +173,7 @@ private function setup_constants() {
173
174
// Plugin version.
175
if ( ! defined( 'USER_LOCATIONS_VERSION' ) ) {
176
- define( 'USER_LOCATIONS_VERSION', '1.3.0' );
+ define( 'USER_LOCATIONS_VERSION', '1.3.1' );
177
}
178
179
// Plugin Folder Path.
0 commit comments