Skip to content
This repository was archived by the owner on Jan 28, 2019. It is now read-only.

Commit 5fb6505

Browse files
committed
Ping release.
Compatibility with Orbit Fox plugin
1 parent f981266 commit 5fb6505

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

grunt/version.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
/**
2+
* Version File for Grunt
3+
*
4+
* @package belise
5+
*/
6+
/* jshint node:true */
7+
// https://github.com/kswedberg/grunt-version
8+
module.exports = {
9+
package_ti: {
10+
options: {
11+
prefix: '"version"\\:\\s+"'
12+
},
13+
src: 'package.json'
14+
},
15+
style: {
16+
options: {
17+
prefix: 'Version\\:\\s+'
18+
},
19+
src: 'style.css'
20+
},
21+
};

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flymag",
33
"nicename": "Flymag",
4-
"version": "2.0.0",
4+
"version": "2.0.4",
55
"description": "Flymag theme",
66
"category": "themes",
77
"repository": {

0 commit comments

Comments
 (0)