From e5f810bbba2715a02f5b914afcb6d3a7a2d9cb14 Mon Sep 17 00:00:00 2001 From: hMatoba Date: Sun, 28 Oct 2018 22:49:48 +0900 Subject: [PATCH] ver. 2 beta --- package.json | 2 +- src/index.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e8d3259..ee0a3f7 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/index.ts b/src/index.ts index bf4244e..d967b9f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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;