Merge branch 'bstable'
Conflicts: package.json
This commit is contained in:
commit
00a89121d2
@ -209,6 +209,7 @@ module.exports = (grunt) ->
|
|||||||
flatten: true
|
flatten: true
|
||||||
src: 'testbuilds/crx<%= pkg.meta.suffix.noupdate %>/*'
|
src: 'testbuilds/crx<%= pkg.meta.suffix.noupdate %>/*'
|
||||||
dest: '/'
|
dest: '/'
|
||||||
|
date: '<%= pkg.meta.date %>'
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
builds: 'builds'
|
builds: 'builds'
|
||||||
@ -376,6 +377,7 @@ module.exports = (grunt) ->
|
|||||||
pkg = grunt.file.readJSON 'package.json'
|
pkg = grunt.file.readJSON 'package.json'
|
||||||
oldversion = pkg.meta.version
|
oldversion = pkg.meta.version
|
||||||
pkg.meta.version = version
|
pkg.meta.version = version
|
||||||
|
pkg.meta.date = new Date()
|
||||||
grunt.config 'pkg', pkg
|
grunt.config 'pkg', pkg
|
||||||
grunt.file.write 'package.json', JSON.stringify(pkg, null, 2) + '\n'
|
grunt.file.write 'package.json', JSON.stringify(pkg, null, 2) + '\n'
|
||||||
grunt.log.ok "Version updated from v#{oldversion} to v#{version}."
|
grunt.log.ok "Version updated from v#{oldversion} to v#{version}."
|
||||||
|
|||||||
@ -4,6 +4,7 @@
|
|||||||
"meta": {
|
"meta": {
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
"version": "1.10.3.2",
|
"version": "1.10.3.2",
|
||||||
|
"date": "2015-03-02T02:02:04.000Z",
|
||||||
"repo": "https://github.com/ccd0/4chan-x/",
|
"repo": "https://github.com/ccd0/4chan-x/",
|
||||||
"page": "https://github.com/ccd0/4chan-x",
|
"page": "https://github.com/ccd0/4chan-x",
|
||||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user