mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 13:37:28 +00:00
Fix spelling of Transportation logistics tracker (#11626)
* Fix spelling of Transportation logistics tracker * Fix spelling for 3 other templates * Bump version to 3.2.2 --------- Co-authored-by: Sherfin Shamsudeen <sherfin94@gmail.com>
This commit is contained in:
parent
855c70c563
commit
4b6fe67724
10 changed files with 8 additions and 8 deletions
2
.version
2
.version
|
|
@ -1 +1 @@
|
|||
3.2.1-ce
|
||||
3.2.2-ce
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.2.1-ce
|
||||
3.2.2-ce
|
||||
|
|
|
|||
|
Before Width: | Height: | Size: 96 KiB After Width: | Height: | Size: 96 KiB |
|
Before Width: | Height: | Size: 98 KiB After Width: | Height: | Size: 98 KiB |
|
|
@ -1 +1 @@
|
|||
3.2.1-ce
|
||||
3.2.2-ce
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "AI powered reimbursement tracker with ocr",
|
||||
"name": "AI powered reimbursement tracker with OCR",
|
||||
"description": "Streamline expense management with Gemini AI and REST API. Automate receipt scanning, data extraction, and approval workflows.",
|
||||
"widgets": [
|
||||
"Table",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Transporation logistics tracker",
|
||||
"name": "Transportation logistics tracker",
|
||||
"description": "Optimize logistics operations with real-time tracking, route planning, and key analytics for effective transportation management.",
|
||||
"widgets": [
|
||||
"Table",
|
||||
|
|
@ -11,6 +11,6 @@
|
|||
"id": "tooljetdb"
|
||||
}
|
||||
],
|
||||
"id": "transporation-logistics-tracker",
|
||||
"id": "transportation-logistics-tracker",
|
||||
"category": "operations"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Url splitter and parser",
|
||||
"name": "URL splitter and parser",
|
||||
"description": "Break down URLs into individual components for easy analysis and debugging in web development.",
|
||||
"widgets": [
|
||||
"Table",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "Utf 8 encoder and decoder",
|
||||
"name": "UTF-8 encoder and decoder",
|
||||
"description": "Encode and decode text to and from UTF-8 for enhanced text processing, facilitating multilingual support and accurate data transmission.",
|
||||
"widgets": [
|
||||
"Table",
|
||||
|
|
|
|||
Loading…
Reference in a new issue