Skip to content

Commit

Permalink
DOC Updates for 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Feb 29, 2024
1 parent 20789f0 commit 7a2a56a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/release/update-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ function sed_runner() {
sed -i.bak ''"$1"'' $2 && rm -f ${2}.bak
}

jq -e --arg tag "$NEXT_FULL_TAG" '.version=$tag' package.json > package.json.tmp
jq --indent 4 -e --arg tag "$NEXT_FULL_TAG" '.version=$tag' package.json > package.json.tmp
mv package.json.tmp package.json
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab-nvdashboard",
"version": "0.10.0",
"version": "0.11.0",
"description": "A JupyterLab extension for displaying GPU usage dashboards",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 7a2a56a

Please sign in to comment.