From 891525b74b706683301d7415a62b012472a03ad4 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 12 Jan 2021 13:29:16 -0700 Subject: [PATCH] release: 1.2.0 --- metadata.json | 2 +- tsconfig.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/metadata.json b/metadata.json index 565e3a65..2d13be62 100644 --- a/metadata.json +++ b/metadata.json @@ -1,7 +1,7 @@ { "name": "Pop Shell", "description": "Pop Shell", - "version": 1, + "version": 2, "uuid": "pop-shell@system76.com", "settings-schema": "org.gnome.shell.extensions.pop-shell", "shell-version": [ diff --git a/tsconfig.json b/tsconfig.json index 7f69a9df..5a42ccf7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,5 @@ { - "version": "1.1.0", + "version": "1.2.0", "compileOnSave": true, "compilerOptions": { "target": "es2015",