Skip to content

Commit

Permalink
upddated files for v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbrent committed Oct 27, 2018
1 parent 9d6314b commit ddd718a
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.4.0] - 2018-??-??
## [2.4.0] - 2018-10-28
### Added
- Added support for SVG images [\#401](https://github.com/gitbrent/PptxGenJS/pull/401) ([Krelborn](https://github.com/Krelborn))
- Better detection/support for Angular [\#415](https://github.com/gitbrent/PptxGenJS/pull/415) ([antiremy](https://github.com/antiremy))
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Expand Up @@ -5,8 +5,8 @@
"dist/pptxgen.js"
],
"dependencies": {
"jquery": "^3.2.1",
"jszip": "^3.1.3"
"jquery": "^3.3.1",
"jszip": "^3.1.5"
},
"authors": [
"Brent Ely <https://github.com/gitbrent>"
Expand Down
4 changes: 2 additions & 2 deletions dist/pptxgen.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/pptxgen.bundle.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/pptxgen.js
Expand Up @@ -73,8 +73,8 @@ if ( NODEJS ) {

var PptxGenJS = function(){
// APP
var APP_VER = "2.4.0-beta";
var APP_BLD = "20181027";
var APP_VER = "2.4.0";
var APP_BLD = "20181028";

// CONSTANTS
var MASTER_OBJECTS = {
Expand Down
4 changes: 2 additions & 2 deletions dist/pptxgen.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/pptxgenjs-demo.html
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="author" content="https://github.com/gitbrent">
<meta name="website" content="https://github.com/gitbrent/PptxGenJS/">
<meta name="updated" content="2018-10-27">
<meta name="updated" content="2018-10-28">
<title>PptxGenJS Examples/Demo Page</title>

<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootswatch/4.1.2/yeti/bootstrap.min.css">
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "pptxgenjs",
"version": "2.4.0-beta",
"version": "2.4.0",
"author": {
"name": "Brent Ely",
"url": "https://github.com/gitbrent/"
Expand Down Expand Up @@ -46,10 +46,10 @@
"javascript-create-powerpoint",
"javascript-create-pptx",
"javascript-generate-pptx",
"javascript-pptx",
"javascript-powerpoint",
"javascript-powerpoint-charts",
"javascript-powerpoint-online",
"javascript-pptx",
"js-create-powerpoint",
"js-create-pptx",
"js-generate-powerpoint",
Expand Down

0 comments on commit ddd718a

Please sign in to comment.