Browse Source

chore: bump GCS plugin version

pull/2216/head
Wing-Kam Wong 2 years ago
parent
commit
d14c37558a
  1. 2
      packages/nocodb/src/plugins/gcs/index.ts

2
packages/nocodb/src/plugins/gcs/index.ts

@ -6,7 +6,7 @@ import GcsPlugin from './GcsPlugin';
const config: XcPluginConfig = { const config: XcPluginConfig = {
builder: GcsPlugin, builder: GcsPlugin,
title: 'GCS', title: 'GCS',
version: '0.0.1', version: '0.0.2',
logo: 'plugins/gcs.png', logo: 'plugins/gcs.png',
description: description:
'Google Cloud Storage is a RESTful online file storage web service for storing and accessing data on Google Cloud Platform infrastructure.', 'Google Cloud Storage is a RESTful online file storage web service for storing and accessing data on Google Cloud Platform infrastructure.',

Loading…
Cancel
Save