Skip to content

Commit 0464931

Browse files
committed
chore: Bump version to 1.0.23
1 parent 9c8e4a9 commit 0464931

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ui/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "remote-docker-ui",
3-
"version": "1.0.22",
3+
"version": "1.0.23",
44
"description": "Frontend for Remote Docker Desktop Extension",
55
"repository": {
66
"type": "git",

ui/src/components/UpdateCheckerSimple.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const UpdateCheckerSimple: React.FC = () => {
1818
const [showInstructions, setShowInstructions] = useState(false);
1919

2020
// Get current version from package.json
21-
const CURRENT_VERSION = '1.0.22';
21+
const CURRENT_VERSION = '1.0.23';
2222

2323
const copyUpdateCommand = async () => {
2424
const command = `docker extension update telkombe/remote-docker:latest`;

0 commit comments

Comments
 (0)