Skip to content

Commit a295cc6

Browse files
committed
feat: version
1 parent 743ab94 commit a295cc6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fezcodex",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"private": true,
55
"homepage": "https://fezcode.com",
66
"dependencies": {

src/hooks/useSearchableData.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,12 +75,12 @@ const useSearchableData = () => {
7575
{ title: 'Show Version', type: 'command', commandId: 'showVersion' },
7676
{ title: 'Go to Latest Post', type: 'command', commandId: 'latestPost' },
7777
{ title: 'Go to Latest Log', type: 'command', commandId: 'latestLog' },
78-
{ title: 'Her Daim', type: 'command', commandId: 'herDaim' },
7978
{ title: 'Show Current Time', type: 'command', commandId: 'showTime' },
8079
{ title: 'Toggle Digital Rain', type: 'command', commandId: 'digitalRain' },
8180
{ title: 'Generate Art', type: 'command', commandId: 'generateArt' },
8281
{ title: 'Leet Speak Transformer', type: 'command', commandId: 'leetTransformer' },
83-
{ title: 'Stopwatch', type: 'command', commandId: 'stopwatch' },
82+
{ title: 'Show Quick Stopwatch', type: 'command', commandId: 'stopwatch' },
83+
{ title: 'Her Daim', type: 'command', commandId: 'herDaim' },
8484
];
8585

8686
setItems([...staticRoutes, ...customCommands, ...allPosts, ...allProjects, ...allLogs, ...allApps]);

0 commit comments

Comments
 (0)