We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f981266 commit 5fb6505Copy full SHA for 5fb6505
2 files changed
grunt/version.js
@@ -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
17
+ prefix: 'Version\\:\\s+'
18
19
+ src: 'style.css'
20
21
+};
package.json
@@ -1,7 +1,7 @@
{
"name": "flymag",
"nicename": "Flymag",
- "version": "2.0.0",
+ "version": "2.0.4",
"description": "Flymag theme",
"category": "themes",
"repository": {
0 commit comments