Skip to content

Commit

Permalink
Bumped version number to 0.2.34
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Dec 23, 2021
1 parent a150696 commit b090526
Show file tree
Hide file tree
Showing 4 changed files with 4 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": "tdm-calculator-client",
"version": "0.2.33",
"version": "0.2.34",
"private": true,
"proxy": "http://localhost:5000",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import EarnedPointsProgress from "./EarnedPointsProgress";
import SidebarCart from "./SidebarCart";
import ToolTip from "../../ToolTip/ToolTip";

const USE_PROGRESS_DIAL = true;
const USE_PROGRESS_DIAL = false;

const SidebarPointsPanel = props => {
const { rules, strategyRules } = props;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.2.33",
"version": "0.2.34",
"private": true,
"scripts": {
"release-notes": "gren release --override",
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": "tdm-calculator-api",
"version": "0.2.33",
"version": "0.2.34",
"description": "Traffic Data Management Calculator",
"repository": {
"type": "git",
Expand Down

0 comments on commit b090526

Please sign in to comment.