Skip to content

Commit

Permalink
chore: bumping package.json, harbor to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
av committed Jul 29, 2024
1 parent 9d0a266 commit 1d4e7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion harbor.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

version="0.0.2"
version="0.0.3"
default_options=("webui" "ollama")
default_open="webui"
harbor_home=$(dirname "$(readlink -f "${BASH_SOURCE[0]}")")
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@av/harbor",
"version": "0.0.2",
"version": "0.0.3",
"scripts": {
"dc": "docker compose",
"dc:webui": "docker compose -f compose.yml -f compose.webui.yml -f compose.searxng.yml -f compose.ollama.yml -f compose.ollama.nvidia.yml",
Expand Down

0 comments on commit 1d4e7aa

Please sign in to comment.