Skip to content

Commit

Permalink
Increase package version to 0.13.0 (#148)
Browse files Browse the repository at this point in the history
* Increase package version to 0.13.0

* Update homepage in index
  • Loading branch information
cgorman authored Apr 14, 2023
1 parent 1c7b6a6 commit 1b191a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "slim",
"version": "0.12.1",
"version": "0.13.0",
"homepage": "https://github.com/imagingdatacommons/slim",
"private": true,
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ root.render(
config={config}
version={packageInfo.version}
name={packageInfo.name}
homepage='https://github.com/herrmannlab/slim'
homepage='https://github.com/ImagingDataCommons/slim'
/>
</CustomErrorBoundary>
</React.Suspense>
Expand Down

0 comments on commit 1b191a6

Please sign in to comment.