Skip to content

Commit

Permalink
Merge branch 'release-1.0.35' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
entrotech committed Dec 25, 2020
2 parents 207e67e + 5652dbc commit bbcc9d1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "food-oasis-client",
"description": "React Client for Food Oasis",
"version": "1.0.34",
"version": "1.0.35",
"author": "Hack for LA",
"license": "GPL-2.0",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion client/src/hooks/useMapboxGeocoder.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import axios from "../services/axios-instance";
import axios from "axios";
import debounce from "debounce-fn";
import { tenantId } from "helpers/Configuration";

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": "foodoasis",
"version": "1.0.34",
"version": "1.0.35",
"author": "Hack for LA",
"description": "Web API Server for Food Oasis",
"main": "server.js",
Expand Down

0 comments on commit bbcc9d1

Please sign in to comment.