Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dino-rodriguez committed Oct 24, 2020
1 parent abc46ff commit a9c73b9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ This repo is also a library/npm module that gives you access to:
- Generic primitives for reading/parsing/validating I/O from a command-line prompt or file
- Generic primitives for sending reliable XRP payments, and batch payments
- Well defined schemas for validation (can easily add your own for custom use cases)
All of these functions are exported via `src/index.ts`, and accessible in via Javascript or Typescript.

All of these functions are exported via `src/index.ts`, and accessible in via Javascript or Typescript.

## Features

Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
{
"name": "xrp-batch-payout",
"version": "1.0.0",
"version": "1.0.1",
"description": "A library and command-line tool for batched, reliable payouts with XRP.",
"homepage": "https://github.com/ripple/xrp-batch-payout#readme",
"bugs": {
"url": "https://github.com/ripple/xrp-batch-payout/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ripple/xrp-batch-payout.git"
Expand Down

0 comments on commit a9c73b9

Please sign in to comment.