Skip to content

Commit

Permalink
bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxdc committed Oct 10, 2024
1 parent 458e35d commit 3be1db7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "vertical-tabs",
"name": "Vertical Tabs",
"version": "0.6.11",
"version": "0.7.0",
"minAppVersion": "1.6.2",
"description": "Offer an alternative view that displays open tabs vertically, allowing users to group and organize tabs for a better navigation experience.",
"author": "oxdc",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { NavigationTreeItem } from "./NavigationTreeItem";
import { Fragment } from "react/jsx-runtime";
import { IconButton } from "./IconButton";
import { useEffect, useState } from "react";
import { useApp, usePlugin } from "src/models/PluginContext";
import { usePlugin } from "src/models/PluginContext";
import { Menu, WorkspaceLeaf } from "obsidian";
import {
closeOthersInGroup,
Expand Down

0 comments on commit 3be1db7

Please sign in to comment.