Skip to content

Commit dad8b14

Browse files
vies_api bump versions
1 parent 3b74eac commit dad8b14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/vies_api/actions/retrieve-vat-data/retrieve-vat-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import app from "../../vies_api.app.mjs";
33
export default {
44
key: "vies_api-retrieve-vat-data",
55
name: "Retrieve VAT Data",
6-
version: "0.0.1",
6+
version: "0.0.2",
77
description: "Get firm data from VIES registry. [See the documentation](https://viesapi.eu/public/rest/index.html#/API/getVIESData)",
88
type: "action",
99
props: {

components/vies_api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/vies_api",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream VIES API Components",
55
"main": "vies_api.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)