From 1724c4e1ab2908f7e3f4a92e65a4907954646883 Mon Sep 17 00:00:00 2001 From: dangowans Date: Thu, 2 Jul 2020 14:26:18 -0400 Subject: [PATCH] preparing for 0.2-alpha --- README.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index acaf5dd8..5fc7540a 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Codacy Badge](https://app.codacy.com/project/badge/Grade/3428568fcab54a1285b8e139e4fd9f41)](https://www.codacy.com/gh/cityssm/parking-ticket-system?utm_source=github.com&utm_medium=referral&utm_content=cityssm/parking-ticket-system&utm_campaign=Badge_Grade) +![Parking Ticket Search](docs/images/ticket-search.png) + The Parking Ticket System is a web application project by the [City of Sault Ste. Marie](https://saultstemarie.ca/) to track parking tickets issued in our municipality. diff --git a/package.json b/package.json index 6e318271..370e583f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "parking-ticket-system", - "version": "0.2.0-dev", + "version": "0.2.0", "scripts": { "start": "node ./bin/www" },