From 318da43adf141ed7ce85c1f06a60177d3f3779f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Wollse=CC=81n?= Date: Sun, 23 Feb 2020 15:01:16 +0200 Subject: [PATCH] Bump version to 0.4.0 --- docs/README.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index a00d77d..764266c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ ▸ **menuDevUpdateFormulasAndCalculatedColumns**(): *void* -*Defined in [menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts:25](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.3.0/src/menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts#L25)* +*Defined in [menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts:25](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts#L25)* Menu item action for "Gapminder Igno Survey Process -> (For developer use only) Update formulas and calculated columns" @@ -27,7 +27,7 @@ ___ ▸ **menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames**(): *void* -*Defined in [menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts:16](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.3.0/src/menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts#L16)* +*Defined in [menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts:16](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts#L16)* Menu item action for "Gapminder Igno Survey Process -> Extract Survey IDs from copy-pasted linked survey names" @@ -39,7 +39,7 @@ ___ ▸ **menuRefreshSurveysAndCombinedListings**(): *void* -*Defined in [menuActions/menuRefreshSurveysAndCombinedListings.ts:35](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.3.0/src/menuActions/menuRefreshSurveysAndCombinedListings.ts#L35)* +*Defined in [menuActions/menuRefreshSurveysAndCombinedListings.ts:35](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuRefreshSurveysAndCombinedListings.ts#L35)* Menu item action for "Gapminder Igno Survey Process -> Refresh surveys and combined topline listings" diff --git a/package-lock.json b/package-lock.json index b7537d0..2123810 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gapminder-igno-survey-process-scripts", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 45833e7..ea14645 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gapminder-igno-survey-process-scripts", - "version": "0.3.0", + "version": "0.4.0", "description": "Gapminder Igno Survey Process Scripts for specific Google Spreadsheets", "main": "src/index.js", "dependencies": {