Skip to content

Commit 1acbeb7

Browse files
authored
Fix MPT_VERSION constant
1 parent d32572b commit 1acbeb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

members-post-type.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
3636
----
3737
38-
Copyright 2016 BE API Technical team ([email protected])
38+
Copyright 2017 BE API Technical team ([email protected])
3939
4040
This program is free software; you can redistribute it and/or modify
4141
it under the terms of the GNU General Public License as published by
@@ -58,7 +58,7 @@
5858
}
5959

6060
// Plugin constants
61-
define('MPT_VERSION', '1.0.2');
61+
define('MPT_VERSION', '1.0.3');
6262
define('MPT_CPT_NAME', 'member');
6363
define('MPT_TAXO_NAME', 'members-role');
6464

0 commit comments

Comments
 (0)