Skip to content

Commit adf3a1d

Browse files
committed
fix matching version bump on readme.txt
1 parent 9204fbe commit adf3a1d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Gruntfile.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ module.exports = function (grunt) {
2626
},
2727
src: [ 'optimole-wp.php' ]
2828

29-
}
30-
},
31-
readmetxt: {
32-
options: {
33-
prefix: 'Stable tag:\\s*'
3429
},
35-
src: [
36-
'readme.txt'
37-
]
30+
readmetxt: {
31+
options: {
32+
prefix: 'Stable tag:\\s*'
33+
},
34+
src: [
35+
'readme.txt'
36+
]
37+
},
3838
},
3939
wp_readme_to_markdown: {
4040
plugin: {

0 commit comments

Comments
 (0)