Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Versions of PM Blocks #4

Merged
merged 4 commits into from
Aug 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ProcessMaker PM Blocks
Explore our ready-to-go PM Blocks to kick-start your automation. Deploy these utilities into your Platform instance to power up your processes!
## Finance
- **[Currency](/./finance/currency.json)**: Query currency value in real-time. (Version 1.0)
- **[Financial Assistant](/./finance/financial-assistant.json)**: A financial assistance tool. (Version V0.7)
- **[Currency](/./finance/currency.json)**: Query currency value in real-time. (Version 1.0.0)
- **[Financial Assistant](/./finance/financial-assistant.json)**: A financial assistance tool. (Version 1.0.0)

## Math
- **[Calculator](/./math/calculator.json)**: A simple calculator. (Version V0.6)
- **[Calculator](/./math/calculator.json)**: A simple calculator. (Version 1.0.0)
2 changes: 1 addition & 1 deletion finance/currency.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion finance/financial-assistant.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
{
"name": "Currency",
"description": "Query currency value in real-time.",
"hash": "34a8565729a1b197c90098c36f44c51d3adf13aa",
"hash": "260566281cc9d6d3ebf93d045a85ddc9757afff0",
"mod_time": "2023-08-07 17:36:25",
"relative_path": ".\/finance\/currency.json",
"uuid": "99d5a176-5c3f-4084-ac36-93b6ff40501b",
"version": "1.0"
"version": "1.0.0"
},
{
"name": "Financial Assistant",
"description": "A financial assistance tool.",
"hash": "f8ed050e7e6ac4d75fa62f5a156e41121b832f91",
"hash": "8fe38c771290da97e68a3b1c62d6072e149c304d",
"mod_time": "2023-08-07 19:25:57",
"relative_path": ".\/finance\/financial-assistant.json",
"uuid": "99d5bdff-9062-4aee-84cf-1972e598da93",
"version": "V0.7"
"version": "1.0.0"
}
],
"math": [
{
"name": "Calculator",
"description": "A simple calculator.",
"hash": "49b715f2873a66c6f091706736666c29eab7bf06",
"hash": "03207c4fdc8843f0549cf52b4a3333ecd23ac3a2",
"mod_time": "2023-08-07 15:02:20",
"relative_path": ".\/math\/calculator.json",
"uuid": "99d57353-3366-4aff-aabb-95d209a2ad19",
"version": "V0.6"
"version": "1.0.0"
}
]
}
2 changes: 1 addition & 1 deletion math/calculator.json

Large diffs are not rendered by default.