Skip to content

Commit

Permalink
versioning update for overledger component to 1.0.0 due to API url ch…
Browse files Browse the repository at this point in the history
…ange
  • Loading branch information
philbuuza committed Jan 2, 2025
1 parent 42acc29 commit c347a81
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default {
key: "overledger-execute-signed-transaction",
name: "Execute Signed Transaction",
description: "Executes a signed transaction by sending it to a blockchain node via Overledger. [See the documentation](https://developers.quant.network/reference/executesignedrequest)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
overledger,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
key: "overledger-prepare-smart-contract-transaction",
name: "Prepare Smart Contract Transaction",
description: "Prepares a smart contract transaction for signing on the Overledger platform. [See the documentation](https://developers.quant.network/reference/preparesmartcontractwrite)",
version: "0.0.2",
version: "0.0.3",
type: "action",
props: {
overledger,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
key: "overledger-sign-a-transaction",
name: "Sign a transaction",
description: "Sign a transaction using Overledger - Part 2 of [Overledger Pattern](https://developers.quant.network/reference/overledger-pattern). [See documentation](https://developers.quant.network/reference/sandboxsigning)",
version: "0.0.1",
version: "0.0.3",
type: "action",
props: {
overledger,
Expand Down
2 changes: 1 addition & 1 deletion components/overledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pipedream/overledger",
"version": "0.3.0",
"version": "1.0.0",
"description": "Pipedream Overledger Components",
"main": "overledger.app.mjs",
"keywords": [
Expand Down

0 comments on commit c347a81

Please sign in to comment.