-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Côme Chilliet <[email protected]>
- Loading branch information
Showing
3 changed files
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
<name>Automated kitinerary parsing</name> | ||
<summary>Use kitinerary to parse travel documents into the calendar</summary> | ||
<description>An app to trigger automatic conversion of travel documents to calendar events. It uses kitinerary to extract the information and is compatible with the KDE itinerary mobile application.</description> | ||
<version>1.0.3</version> | ||
<version>1.1.0</version> | ||
<licence>agpl</licence> | ||
<author mail="[email protected]">Côme Chilliet</author> | ||
<namespace>WorkflowKitinerary</namespace> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "workflow_kitinerary", | ||
"description": "Workflow for using kitinerary to parse travel documents into the calendar", | ||
"version": "1.0.3", | ||
"version": "1.1.0", | ||
"author": "Côme Chilliet <[email protected]>", | ||
"license": "agpl", | ||
"private": true, | ||
|