Skip to content

Commit

Permalink
Merge branch 'hotfix/v0.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kuyoonjo committed Apr 13, 2018
2 parents 320e0d0 + dbf624c commit e62d7fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ycs-plugin-payments",
"version": "0.3.2",
"version": "0.3.3",
"description": "ycs-plugin-payments",
"license": "MIT",
"repository": "https://github.com/yc-server/ycs-plugin-payments.git",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from './config';
export * from './setup';
export { EChannel, ECurrency, IChargeDocument, IPayment } from './charge';

0 comments on commit e62d7fc

Please sign in to comment.