Skip to content

Commit 6e86090

Browse files
authored
Merge pull request #146 from CodeForBaltimore/revjtanton/update-1.1.0
updating to 1.1.0
2 parents 5ca2d0d + 8c542a4 commit 6e86090

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bmore-responsive",
3-
"version": "1.0.4",
3+
"version": "1.1.0",
44
"description": "An API-driven CRM (Civic Relationship Management) system.",
55
"main": "src/index.js",
66
"directories": {

publiccode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ publiccodeYmlVersion: "0.2"
33
name: Bmore-Responsive
44
url: "https://github.com/CodeForBaltimore/Bmore-Responsive.git"
55
landingUrl: "https://github.com/CodeForBaltimore/Bmore-Responsive"
6-
softwareVersion: "1.0.4"
6+
softwareVersion: "1.1.0"
77
releaseDate: "2020-04-06"
88
platforms:
99
- web

swagger.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
} ],
77
"info" : {
88
"description" : "An emergency response and contact management API.",
9-
"version" : "1.0.4",
9+
"version" : "1.1.0",
1010
"title" : "Bmore Responsive",
1111
"contact" : {
1212
"email" : "hello@codeforbaltimore.org"

0 commit comments

Comments
 (0)