diff --git a/CHANGELOG.md b/CHANGELOG.md index 0daca546a..06a2676a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Notes] +## [3.10.0] - 2022-??-?? + ## [3.9.0] - 2021-12-11 ### Added diff --git a/LICENSE b/LICENSE index 12424d1f9..0b21750ad 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2020 Brent Ely +Copyright (c) 2015-2022 Brent Ely Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 2f16fd906..ab6014ce1 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This library creates Open Office XML (OOXML) Presentations which are compatible **Works Everywhere** - Every modern desktop and mobile browser is supported -- Integrates with Node, Angular, React and Electron +- Integrates with Node, Angular, React, and Electron - Compatible with PowerPoint, Keynote, and more **Full Featured** @@ -58,7 +58,7 @@ This library creates Open Office XML (OOXML) Presentations which are compatible - The absolute easiest PowerPoint library to use - Learn as you code will full typescript definitions included -- Tons of demo code comes included (over 70 slides of features) +- Tons of demo code comes included (over 75 slides of features) **Export Your Way** diff --git a/bower.json b/bower.json index e664d3de7..8b85c45eb 100644 --- a/bower.json +++ b/bower.json @@ -5,7 +5,7 @@ "dist/pptxgen.js" ], "dependencies": { - "jszip": "^3.4.0" + "jszip": "^3.7.1" }, "authors": [ "Brent Ely " @@ -37,6 +37,8 @@ "**/.*", "node_modules", "bower_components", + "demo", + "docs", "test", "tests" ] diff --git a/demos/browser/index.html b/demos/browser/index.html index cec9e02c0..dbf3910b1 100755 --- a/demos/browser/index.html +++ b/demos/browser/index.html @@ -5,8 +5,8 @@ - - + + @@ -27,9 +27,9 @@ + - -->