diff --git a/package.json b/package.json index 92bfa3c..cbe544e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "flat", "displayName": "Flat Editor", "description": "An editor for flat-data configurations", - "version": "0.19.0", + "version": "0.20.0", "publisher": "githubocto", "repository": { "type": "git", diff --git a/src/webviews/src/Jobs.tsx b/src/webviews/src/Jobs.tsx index 457a6cb..e50906f 100644 --- a/src/webviews/src/Jobs.tsx +++ b/src/webviews/src/Jobs.tsx @@ -10,14 +10,14 @@ interface JobsProps {} const STEP_STUBS = { http: { name: 'Fetch data', - uses: 'githubocto/flat@v2', + uses: 'githubocto/flat@v3', with: { http_url: '', }, }, sql: { name: 'Fetch data', - uses: 'githubocto/flat@v2', + uses: 'githubocto/flat@v3', with: { sql_connstring: '', sql_queryfile: '',