From 33062a735ed270932d033f5f16d12c4e702208b6 Mon Sep 17 00:00:00 2001 From: The Wizard Bear <42446683+TheWizardBear@users.noreply.github.com> Date: Sun, 15 Nov 2020 12:42:04 +0000 Subject: [PATCH] fixed version in version.ts and updated egg.json file --- egg.json | 5 ++--- version.ts | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/egg.json b/egg.json index 3e63c17..303ca74 100644 --- a/egg.json +++ b/egg.json @@ -1,11 +1,10 @@ { - "$schema": "https://x.nest.land/eggs@0.3.1/src/schema.json", + "$schema": "https://x.nest.land/eggs@0.3.2/src/schema.json", "name": "terminal_images", "entry": "./mod.ts", "description": "A Deno module and CLI tool for displaying images in the terminal", "homepage": "https://github.com/TheWizardBear/terminal_images", "version": "1.1.0", - "unstable": true, "files": [ "./README.md", "./mod.ts", @@ -13,7 +12,7 @@ "./deps.ts", "./cli.ts", "./.gitignore", - "./version.ts" + "./version.ts", "./images/*" ], "checkFormat": false, diff --git a/version.ts b/version.ts index 94fb8db..d647aab 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export default "1.2.0"; +export default "1.1.0";