diff --git a/README.md b/README.md index 202cb03..22a19bf 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,18 @@ [![clasp](https://img.shields.io/badge/built%20with-clasp-4285f4.svg?style=flat-square)](https://github.com/google/clasp) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) [![Lint Code Base](https://github.com/ttsukagoshi/sheetsL/actions/workflows/linter.yml/badge.svg)](https://github.com/ttsukagoshi/sheetsL/actions/workflows/linter.yml) [![Publish Release](https://github.com/ttsukagoshi/sheetsL/actions/workflows/deploy.yml/badge.svg)](https://github.com/ttsukagoshi/sheetsL/actions/workflows/deploy.yml) -Google Sheets addon to use DeepL translation. Translate the contents of the selected range and paste them in the range of cells adjacent to the original range. +Google Sheets add-on to use DeepL translation. Translate the contents of the selected range and paste them in the range of cells adjacent to the original range. + +![SheetsL icon](https://www.scriptable-assets.page/assets/images/sheetsl/SheetsL_Application%20Card%20Banner_220.png) + +## How to Use + +Details of the add-on is described in the [app's web page](https://www.scriptable-assets.page/add-ons/sheetsl/). + +## Terms and Conditions + +You must agree to the [Terms and Conditions](https://www.scriptable-assets.page/terms-and-conditions/) (TaC) to use this add-on. [The disclosure on privacy and OAuth scopes](https://www.scriptable-assets.page/add-ons/sheetsl/#disclosure-on-privacy-and-oauth-scopes) constitutes part of this TaC. + +## Attributes + +The original icon of this add-on is the [Document icons created by Freepik - Flaticon](https://www.flaticon.com/free-icons/document), modified by [ttsukagoshi](https://github.com/ttsukagoshi). diff --git a/package-lock.json b/package-lock.json index 71efa22..29eb815 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "sheetsl", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "sheetsl", - "version": "0.3.0", + "version": "0.4.0", "license": "Apache-2.0", "devDependencies": { "@google/clasp": "^2.4.2", diff --git a/package.json b/package.json index d07a832..c332cc3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sheetsl", - "version": "0.3.0", + "version": "0.4.0", "description": "Google Sheets addon to use DeepL translation. Translate the contents of the selected cells.", "main": "sheetsl.js", "scripts": {