Skip to content

Commit

Permalink
chore: bump to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
crookse committed Aug 6, 2024
1 parent 5480f27 commit 0fe2f92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@smartweaver/slick-transaction",
"version": "0.0.12",
"versionBuildDate": "202340731.1624",
"version": "0.0.13",
"versionBuildDate": "20240805.2304",
"description": "Slick builder APIs for creating Arweave transactions",
"author": "Eric Crooks <eric.crooks.github@gmail.com> (https://crookse.com)",
"license": "GPL-3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/modules/aoprocess/Process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export class Process<Actions extends string = any> {

/**
* Get the DryRun message request builder for the given action.
*
*
* This method sets `.tags({ Action: action })`, so if you call `.tags()` and
* overwrite the `Action` tag, then this DryRun message request will use the
* `Action` you passed in.
Expand Down

0 comments on commit 0fe2f92

Please sign in to comment.