From 6fe016f2a0789a01050ee79d9f4141d331f2a8c1 Mon Sep 17 00:00:00 2001 From: rpsychologist <1629860+rpsychologist@users.noreply.github.com> Date: Sun, 29 Mar 2020 19:13:13 +0000 Subject: [PATCH] Remove beta --- gatsby-config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index 070796a..09c8c6b 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -4,7 +4,7 @@ module.exports = { description: `A tool to understand Cohen's d standardized effect size`, author: `Kristoffer Magnusson`, twitter: `@krstoffr`, - version: '2.0.0 (beta)', + version: '2.0.0', lastUpdated: `2020-03-28`, github: 'https://github.com/rpsychologist/cohend', url: 'https://rpsychologist.com/d3/cohend/' diff --git a/package.json b/package.json index 3169366..7e54718 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rpsych-cohend", - "version": "0.1.0", + "version": "2.0.0", "private": true, "dependencies": { "@material-ui/core": "^4.7.0",