Skip to content

Commit

Permalink
ver. 2 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hMatoba committed Oct 28, 2018
1 parent 9d68575 commit e5f810b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piexifjs",
"version": "2.0.0-alpha.004",
"version": "2.0.0-beta.001",
"description": "Read and write exif.",
"main": "dist/piexifjs.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as _helper from './helper';
import * as interfaces from './interfaces';
import * as _exceptions from './exceptions';

export const version:string = '2.0.0a';
export const version:string = '2.0.0b';

export const _:any = _utils;
export const helper:any = _helper;
Expand Down

0 comments on commit e5f810b

Please sign in to comment.