Skip to content

Commit e5f810b

Browse files
committed
ver. 2 beta
1 parent 9d68575 commit e5f810b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piexifjs",
3-
"version": "2.0.0-alpha.004",
3+
"version": "2.0.0-beta.001",
44
"description": "Read and write exif.",
55
"main": "dist/piexifjs.js",
66
"files": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as _helper from './helper';
44
import * as interfaces from './interfaces';
55
import * as _exceptions from './exceptions';
66

7-
export const version:string = '2.0.0a';
7+
export const version:string = '2.0.0b';
88

99
export const _:any = _utils;
1010
export const helper:any = _helper;

0 commit comments

Comments
 (0)