Skip to content

Commit a0057c4

Browse files
committed
Updated version number
1 parent e378c72 commit a0057c4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Or manually add it to your `composer.json`:
2424
"require": {
2525
"php": ">=5.3.0",
2626
"wordpress": "3.8",
27-
"wp-papi/papi": ">=1.2.4"
27+
"wp-papi/papi": ">=1.2.5"
2828
}
2929
```
3030

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"issues": "https://github.com/wp-papi/papi/issues"
1919
},
2020
"require": {
21-
"php": ">=5.3.0",
21+
"php": ">=5.3",
2222
"composer/installers": "~1.0"
2323
}
2424
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "papi",
3-
"version": "1.2.0",
3+
"version": "1.2.5",
44
"repository": "wp-papi/papi",
55
"description": "Papi has a different approach on how to work with fields and page types in WordPress.",
66
"author": "Fredrik Forsmo <fredrik.forsmo@gmail.com>",

papi-loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Page Type API
66
* Author: Fredrik Forsmo
77
* Author URI: http://forsmo.me
8-
* Version: 1.2.0
8+
* Version: 1.2.5
99
* Plugin URI: https://wp-papi.github.io
1010
* Textdomain: papi
1111
*/

0 commit comments

Comments
 (0)