Skip to content

Commit

Permalink
Merge branch 'release/v2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Dec 13, 2021
2 parents d9f149f + 8632c55 commit 5441758
Show file tree
Hide file tree
Showing 6 changed files with 248 additions and 248 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,15 @@ The Maricopa Association of Governments (MAG) mapping page showing businesses op

`economic development` `businesses` `City of Peoria` `Maricopa County` `State` `Arizona` `MAG` `maps` `ESRI` `#MAGmaps`

## dependencies

For changes being made to email notifications, this project will need to also be modified.

- [mag-node-services](https://github.com/AZMAG/mag-node-services)

## Version

### version | 2.1.2
### version | 2.2.0

- #### Updated | 2021-03-04

Expand Down Expand Up @@ -62,7 +68,8 @@ A list of technologies used within the project:
<a href="https://modernizr.com/" title="Modernizr"><img src="https://github.com/get-icon/geticon/raw/master/icons/modernizr.svg" alt="Modernizr" width="31px" height="31px"></a>
<a href="https://eslint.org/" title="ESLint"><img src="https://github.com/get-icon/geticon/raw/master/icons/eslint.svg" alt="ESLint" width="31px" height="31px"></a>
<a href="https://prettier.io/" title="Prettier"><img src="https://github.com/get-icon/geticon/raw/master/icons/prettier.svg" alt="Prettier" width="31px" height="31px"></a>
<a href="https://gruntjs.com//" title="Grunt"><img src="https://github.com/get-icon/geticon/raw/master/icons/grunt.svg" alt="grunt" width="31px" height="31px"></a>
<a href="https://nodejs.org/en/" title="Grunt"><img src="https://github.com/get-icon/geticon/blob/master/icons/nodejs-icon.svg" alt="nodejs" width="31px" height="31px"></a>
<a href="https://gruntjs.com/" title="Grunt"><img src="https://github.com/get-icon/geticon/raw/master/icons/grunt.svg" alt="grunt" width="31px" height="31px"></a>

## :zap: Disclaimer

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "peoria-business-resources-tool",
"version": "2.1.2",
"date": "2021-11-23",
"version": "2.2.0",
"date": "2021-12-13",
"copyright": "2021",
"description": "MAG webmap for City of Peoria Businesses",
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions src/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
# SITE
Site Name: Peoria-Business-Resources-Tool
Site URL: http://geo.azmag.gov/maps/peoriabiz/
Version: 2.1.2
Last updated: 2021-11-23
Version: 2.2.0
Last updated: 2021-12-13
Creation date: 2020-04-09
Language: English
Doctype: HTML5
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<!-- endcomments -->
<meta name="url" content="https://geo.azmag.gov/maps/peoriabiz/">
<meta name="creation-date" content="2020-04-09">
<meta name="revision-date" content="2021-11-23">
<meta name="build-info" content="2.1.2.202111231521">
<meta name="version" content="2.1.2">
<meta name="revision-date" content="2021-12-13">
<meta name="build-info" content="2.2.0.202112131145">
<meta name="version" content="2.2.0">
<!-- Application CSS -->
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.3/css/bootstrap.min.css" /> -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css"
Expand Down
Loading

0 comments on commit 5441758

Please sign in to comment.