Skip to content

Commit 664d340

Browse files
committed
v.0.0.3 - published
export version in root library.
1 parent 3c96df2 commit 664d340

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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": "ionic-database-builder",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Extended library from database-builder to assist in creating and maintaining SQL commands with integrate execute commands in SQLite ('@ionic-native/sqlite').",
55
"main": "index.js",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ export * from "./providers/database-migration-contract";
88
export * from "./providers/database-migration";
99
export * from "./providers/database-helper-service";
1010
export * from "./defaults/mappers-table-simple";
11+
export * from "./model/version-model";

0 commit comments

Comments
 (0)