Skip to content

Commit 01579e0

Browse files
committed
Updated: next version
1 parent 0c58edb commit 01579e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pptxgenjs",
3-
"version": "3.8.0",
3+
"version": "3.9.0-beta",
44
"author": {
55
"name": "Brent Ely",
66
"url": "https://github.com/gitbrent/"

src/pptxgen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ import * as genMedia from './gen-media'
9797
import * as genTable from './gen-tables'
9898
import * as genXml from './gen-xml'
9999

100-
const VERSION = '3.8.0'
100+
const VERSION = '3.9.0-beta-20210928'
101101

102102
export default class PptxGenJS implements IPresentationProps {
103103
// Property getters/setters

0 commit comments

Comments
 (0)