Skip to content

Commit

Permalink
add version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Atticus64 committed Dec 30, 2022
1 parent 8aa2c4c commit ca4b5b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions example-settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,16 +250,18 @@
"backgroundImageOpacity": 0.33,
"colorScheme": "Dracula",
"commandline": "\"pwsh.exe\" -nologo",
"cursorShape": "filledBox",
"cursorShape": "bar",
"font": {
"face": "Minecraft Font"
"face": "Minecraft Font",
"size": 16
},
"guid": "{574e775e-4f2a-5b96-ac1e-a2962a344754}",
"hidden": false,
"name": "Hacker",
"opacity": 100,
"source": "Windows.Terminal.PowershellCore",
"useAcrylic": true
"useAcrylic": true,
"padding": "6"
},
{
"backgroundImage": "r2d2.png",
Expand Down
2 changes: 1 addition & 1 deletion src/help.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { blue, cyan, green, reset, yellow } from "colors";
const version = "0.2.0";
const version = "0.2.1";

export const showVersion = () => {
console.log(`juice ${version}`);
Expand Down

0 comments on commit ca4b5b0

Please sign in to comment.