Bumped version to 1.32.1, since there is an interface change (addition) to support sticky machines
This commit is contained in:
parent
9c093ae4a8
commit
f89e2142bc
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ gems:
|
||||||
|
|
||||||
pcjs:
|
pcjs:
|
||||||
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
domain: pcjs.org # whereas site.url is used for linking purposes, site.pcjs.domain is used for display purposes
|
||||||
version: 1.32.0 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
version: 1.32.1 # IMPORTANT: keep pcjs.version in sync with package.json:version
|
||||||
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
|
compiled: true # by default, the compiled pcjs.version scripts will be used (eg, pcx86.js or pcx86-dbg.js)
|
||||||
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed
|
||||||
- /modules/shared/lib/defines.js
|
- /modules/shared/lib/defines.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue