Skip to content

Commit

Permalink
Merge branch 'release/v1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
vwolfley committed Oct 22, 2020
2 parents 7c1571f + d4dba85 commit 7ad08f4
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ The Maricopa Association of Governments (MAG) mapping page showing businesses op

## Version

### version | 1.3.2 ###
### version | 1.3.3 ###

* #### Updated | 2020-10-21 ####
* #### Updated | 2020-10-22 ####

* #### Created | 2020-04-09 ####

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": "1.3.2",
"date": "2020-10-21",
"version": "1.3.3",
"date": "2020-10-22",
"copyright": "2020",
"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: 1.3.2
Last updated: 2020-10-21
Version: 1.3.3
Last updated: 2020-10-22
Creation date: 2020-04-09
Language: English
Doctype: HTML5
Expand Down
10 changes: 5 additions & 5 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="2020-10-21">
<meta name="build-info" content="1.3.2.202010212242">
<meta name="version" content="1.3.2">
<meta name="revision-date" content="2020-10-22">
<meta name="build-info" content="1.3.3.202010220913">
<meta name="version" content="1.3.3">
<!-- 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" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
Expand Down Expand Up @@ -71,8 +71,8 @@
</div>

<div id="info-btn" class="container-fluid">
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modalHelp">
<i class="fa fa-question-circle" aria-hidden="true"></i>
<button type="button" class="btn btn-primary btn-sm" data-toggle="modal" data-target="#modalHelp">Tutorial
<!-- <i class="fa fa-question-circle" aria-hidden="true"></i> -->
</button>
</div>

Expand Down
2 changes: 1 addition & 1 deletion src/js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ define([], function () {
};

return {
version: "v1.3.2 | 2020-10-21",
version: "v1.3.3 | 2020-10-22",
copyright: "2020",

peoriaURL: "https://www.peoriaaz.gov/",
Expand Down

0 comments on commit 7ad08f4

Please sign in to comment.