From e97d29b99320dfe2c15770be44e81de46ceabbb7 Mon Sep 17 00:00:00 2001 From: Motin Date: Mon, 27 Apr 2020 10:47:43 +0300 Subject: [PATCH] Bump version to 0.5.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 6f367d8..c586488 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ ▸ **menuDevUpdateFormulasAndCalculatedColumns**(): *void* -*Defined in [menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts:31](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts#L31)* +*Defined in [menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts:31](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.5.0/src/menuActions/menuDevUpdateFormulasAndCalculatedColumns.ts#L31)* 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:13](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts#L13)* +*Defined in [menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts:13](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.5.0/src/menuActions/menuExtractSurveyIdsFromCopyPastedLinkedSurveyNames.ts#L13)* 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:43](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.4.0/src/menuActions/menuRefreshSurveysAndCombinedListings.ts#L43)* +*Defined in [menuActions/menuRefreshSurveysAndCombinedListings.ts:43](https://github.com/Gapminder/gapminder-igno-survey-process-scripts/blob/v0.5.0/src/menuActions/menuRefreshSurveysAndCombinedListings.ts#L43)* 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 e54388e..18aa64e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "gapminder-igno-survey-process-scripts", - "version": "0.4.0", + "version": "0.5.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3c4d51..5a39d81 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gapminder-igno-survey-process-scripts", - "version": "0.4.0", + "version": "0.5.0", "description": "Gapminder Igno Survey Process Scripts for specific Google Spreadsheets", "main": "src/index.js", "dependencies": {