diff --git a/package.json b/package.json index 446dee14..f7cf3c16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plotlink", - "version": "0.1.2", + "version": "0.1.3", "private": true, "workspaces": [ "packages/*" diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index c09dc278..b2f59663 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,6 @@ import Link from "next/link"; import { STORY_FACTORY, EXPLORER_URL } from "../../lib/contracts/constants"; +import { version } from "../../package.json"; const CONTRACT_URL = `${EXPLORER_URL}/address/${STORY_FACTORY}`; const GITHUB_URL = "https://github.com/realproject7/plotlink-contracts"; @@ -36,7 +37,7 @@ export function Footer() {