From 3a2f9c1542dc27b70c87bbca2d755a227fa16473 Mon Sep 17 00:00:00 2001 From: Amruth Pillai Date: Fri, 17 Jul 2020 10:54:10 +0530 Subject: [PATCH] - update version --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index a38b8ce7..dcf8873f 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -5,7 +5,7 @@ module.exports = { title: 'Reactive Resume', siteUrl: 'https://rxresu.me', description: 'A free and open source resume builder.', - version: '2.0.0', + version: '2.0.1', }, plugins: [ 'gatsby-plugin-react-helmet',