From f89e2142bc4ddbd50fc367f237edbbf6f8d311cc Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Tue, 3 Jan 2017 17:39:49 -0800 Subject: [PATCH] Bumped version to 1.32.1, since there is an interface change (addition) to support sticky machines --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index 1ae7288d6..dcc8608ec 100644 --- a/_config.yml +++ b/_config.yml @@ -34,7 +34,7 @@ gems: pcjs: 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) c1p_scripts: # if pcjs.compiled is false, the following scripts will be included instead, in the order listed - /modules/shared/lib/defines.js