Skip to content

Commit

Permalink
fixed version in version.ts and updated egg.json file
Browse files Browse the repository at this point in the history
  • Loading branch information
mjrlowe committed Nov 15, 2020
1 parent 58cb843 commit 33062a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions egg.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
{
"$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",
"./LICENSE",
"./deps.ts",
"./cli.ts",
"./.gitignore",
"./version.ts"
"./version.ts",
"./images/*"
],
"checkFormat": false,
Expand Down
2 changes: 1 addition & 1 deletion version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default "1.2.0";
export default "1.1.0";

0 comments on commit 33062a7

Please sign in to comment.