Changed version number for Airtable

This commit is contained in:
Matt Aitken
2023-02-21 10:59:29 +00:00
parent a38945ebcd
commit 0efbbece9e
2 changed files with 2 additions and 2 deletions
@@ -5,7 +5,7 @@ import actions from "./actions/actions";
export const airtable: Service = {
name: "Airtable",
service: "airtable",
version: "2.0.0",
version: "0.1.21",
live: true,
authentication,
actions,
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@trigger.dev/airtable",
"version": "2.0.0",
"version": "0.1.21",
"description": "The official Airtable integration for Trigger.dev",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",