We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d68575 commit e5f810bCopy full SHA for e5f810b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "piexifjs",
3
- "version": "2.0.0-alpha.004",
+ "version": "2.0.0-beta.001",
4
"description": "Read and write exif.",
5
"main": "dist/piexifjs.js",
6
"files": [
src/index.ts
@@ -4,7 +4,7 @@ import * as _helper from './helper';
import * as interfaces from './interfaces';
import * as _exceptions from './exceptions';
7
-export const version:string = '2.0.0a';
+export const version:string = '2.0.0b';
8
9
export const _:any = _utils;
10
export const helper:any = _helper;
0 commit comments