Skip to content

Commit

Permalink
1.16.8 (#170)
Browse files Browse the repository at this point in the history
* update configs

* bump to 1.16.8
  • Loading branch information
mbecker20 authored Nov 1, 2024
1 parent e859a91 commit 1f79987
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "1.16.7"
version = "1.16.8"
edition = "2021"
authors = ["mbecker20 <[email protected]>"]
license = "GPL-3.0-or-later"
Expand Down
2 changes: 1 addition & 1 deletion client/core/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "komodo_client",
"version": "1.16.7",
"version": "1.16.8",
"description": "Komodo client package",
"homepage": "https://komo.do",
"main": "dist/lib.js",
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/resources/action/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const ActionConfig = ({ id }: { id: string }) => {
/>
<div className="flex items-center gap-2">
<div className="text-muted-foreground text-sm">
All branches:
No branch check:
</div>
<Switch
checked={branch === "__ANY__"}
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/resources/procedure/config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ const ProcedureConfigInner = ({
/>
<div className="flex items-center gap-2">
<div className="text-muted-foreground text-sm">
All branches:
No branch check:
</div>
<Switch
checked={branch === "__ANY__"}
Expand Down

0 comments on commit 1f79987

Please sign in to comment.