Skip to content

Commit 2280076

Browse files
committed
chore(release): bump version to 0.1.1
1 parent 6b732c3 commit 2280076

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name" : "devaloka/network-wp-query",
33
"description" : "A WordPress plugin that provides Network-wide WP Query for Multisite environment",
4-
"version" : "0.1.0",
4+
"version" : "0.1.1",
55
"type" : "wordpress-plugin",
66
"keywords" : [
77
"wordpress",

loader/50-network-wp-query-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Network WP Query
44
Description: Network-wide WP Query for Multisite environment
5-
Version: 0.1.0
5+
Version: 0.1.1
66
Author: Eric Lewis, Miguel Peixe, Whizark
77
Author URI: http://whizark.com
88
License: GPL-2.0+

network-wp-query.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
Plugin Name: Network WP Query
44
Description: Network-wide WP Query for Multisite environment
5-
Version: 0.1.0
5+
Version: 0.1.1
66
Author: Eric Lewis, Miguel Peixe, Whizark
77
Author URI: http://whizark.com
88
License: GPL-2.0+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "network-wp-query",
3-
"version" : "0.1.0",
3+
"version" : "0.1.1",
44
"description" : "A WordPress plugin that provides Network-wide WP Query for Multisite environment",
55
"keywords" : [
66
"wordpress",

0 commit comments

Comments
 (0)