Skip to content

Commit

Permalink
Bump version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
motin committed Mar 5, 2020
1 parent 1944834 commit 318da43
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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"

Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 318da43

Please sign in to comment.