From 9168c3e5a4fa566e02d1b00c621d1f360736a744 Mon Sep 17 00:00:00 2001 From: Federico Miras Date: Mon, 18 Jun 2018 18:18:45 -0300 Subject: [PATCH] 1.0.0 --- package-lock.json | 2 +- package.json | 2 +- public/manifest.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 15c7e75..6d83fed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "decentraland-currency-changer", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4bef3bd..e684e0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decentraland-currency-changer", - "version": "0.1.0", + "version": "1.0.0", "description": "Change the displaying currency on Decentraland's marketplace", "keywords": [ "chrome-extension", diff --git a/public/manifest.json b/public/manifest.json index 9b0b5aa..45cbc28 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "short_name": "DCL Marketplace", "name": "Decentraland Marketplace Currency Changer", "description": "Change the displaying currency on Decentraland's marketplace", - "version": "0.1.0", + "version": "1.0.0", "author": "Federico Miras", "browser_action": { "default_icon": "decentraland-icon.png",