Update version

This commit is contained in:
Saoud Rizwan
2024-08-03 21:24:21 -04:00
parent 09050b8800
commit c823cdd4f8
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
style={{ position: "absolute", top: "8px", right: "8px" }}>
<span className="codicon codicon-close"></span>
</VSCodeButton>
<h3 style={{ margin: "0 0 8px" }}>🎉{" "}New in v1.0.9</h3>
<h3 style={{ margin: "0 0 8px" }}>🎉{" "}New in v1.0.91</h3>
<ul style={{ margin: "0 0 8px", paddingLeft: "20px" }}>
<li>
Open in the editor (using{" "}

View File

@@ -129,7 +129,7 @@ const SettingsView = ({
https://github.com/saoudrizwan/claude-dev
</VSCodeLink>
</p>
<p style={{ fontStyle: "italic" }}>v1.0.9</p>
<p style={{ fontStyle: "italic" }}>v1.0.91</p>
</div>
</div>
)