version bump 0.11.0: flush (strange npm issue)

See https://github.com/SheetJS/js-xlsx/issues/571
This commit is contained in:
SheetJS 2017-02-24 00:17:28 -08:00
parent 87677f0ae0
commit b5c5f05e32
9 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
exports.version = '0.10.3';
exports.version = '0.11.0';

View File

@ -96,7 +96,7 @@ type SectorList = {
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size

2
cfb.js
View File

@ -86,7 +86,7 @@ function prep_blob(blob, pos) {
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size

2
dist/cfb.js vendored
View File

@ -86,7 +86,7 @@ function prep_blob(blob, pos) {
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size

2
dist/cfb.min.js vendored

File diff suppressed because one or more lines are too long

2
dist/xlscfb.js vendored
View File

@ -6,7 +6,7 @@ var DO_NOT_EXPORT_CFB = true;
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size

View File

@ -1,6 +1,6 @@
{
"name": "cfb",
"version": "0.10.3",
"version": "0.11.0",
"author": "sheetjs",
"description": "Compound File Binary File Format extractor",
"keywords": [ "cfb", "compression", "office" ],

View File

@ -30,7 +30,7 @@ type SectorList = {
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size

View File

@ -6,7 +6,7 @@ var DO_NOT_EXPORT_CFB = true;
/* [MS-CFB] v20130118 */
var CFB = (function _CFB(){
var exports = {};
exports.version = '0.10.3';
exports.version = '0.11.0';
function parse(file) {
var mver = 3; // major version
var ssz = 512; // sector size