Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
boyney123 committed May 24, 2019
1 parent 05f1c3d commit 9cb2a0d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockit-ui",
"version": "0.1.0",
"version": "1.1.0",
"private": true,
"dependencies": {
"bulma": "^0.7.4",
Expand Down
3 changes: 2 additions & 1 deletion client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import useScrollReval from "./hooks/useScrollReveal";
import RouteListStack from "./components/RouteListStack";
import RouteListGroup from "./components/RouteListGroup";
import Logo from "./components/Logo";
import { version } from "../package.json";

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

Expand Down Expand Up @@ -89,7 +90,7 @@ export default function({ settings: propSettings, customRoutes }) {
<div className="content has-text-centered">
<p>
<a href="https://github.com/boyney123/mockit" target="_blank" rel="noopener noreferrer">
<strong>MockIt </strong>
<strong>MockIt v{version} </strong>
</a>{" "}
an OpenSource tool developed by{" "}
<a href="https://github.com/boyney123" aria-label="Github Repo" target="_blank" rel="noopener noreferrer">
Expand Down
2 changes: 1 addition & 1 deletion mockit-routes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockit-mock-server",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mockit-api",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9cb2a0d

Please sign in to comment.