We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35716d4 commit cee3aa6Copy full SHA for cee3aa6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pptxgenjs",
3
- "version": "4.0.1-beta.2",
+ "version": "4.0.1-beta.3",
4
"author": {
5
"name": "Brent Ely",
6
"url": "https://github.com/gitbrent/"
src/pptxgen.ts
@@ -98,7 +98,7 @@ import * as genMedia from './gen-media'
98
import * as genTable from './gen-tables'
99
import * as genXml from './gen-xml'
100
101
-const VERSION = '4.0.1-beta.2'
+const VERSION = '4.0.1-beta.3'
102
103
export default class PptxGenJS implements IPresentationProps {
104
// Property getters/setters
0 commit comments