Skip to content

Commit 9cb2a0d

Browse files
committed
Updated version
1 parent 05f1c3d commit 9cb2a0d

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mockit-ui",
3-
"version": "0.1.0",
3+
"version": "1.1.0",
44
"private": true,
55
"dependencies": {
66
"bulma": "^0.7.4",

client/src/App.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import useScrollReval from "./hooks/useScrollReveal";
33
import RouteListStack from "./components/RouteListStack";
44
import RouteListGroup from "./components/RouteListGroup";
55
import Logo from "./components/Logo";
6+
import { version } from "../package.json";
67

78
import { buildRoute, deleteRoute } from "./utils/routes-api";
89

@@ -89,7 +90,7 @@ export default function({ settings: propSettings, customRoutes }) {
8990
<div className="content has-text-centered">
9091
<p>
9192
<a href="https://github.com/boyney123/mockit" target="_blank" rel="noopener noreferrer">
92-
<strong>MockIt </strong>
93+
<strong>MockIt v{version} </strong>
9394
</a>{" "}
9495
an OpenSource tool developed by{" "}
9596
<a href="https://github.com/boyney123" aria-label="Github Repo" target="_blank" rel="noopener noreferrer">

mockit-routes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mockit-mock-server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mockit-api",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)