Skip to content
This repository was archived by the owner on Apr 3, 2022. It is now read-only.

Commit 77eeb4c

Browse files
author
Ryan Arana
committed
update version
1 parent e1042b5 commit 77eeb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "geobin.io",
33
"private": true,
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Inspect HTTP requests with geographic data",
66
"repository": "https://github.com/esripdx/geobin.io",
77
"license": "Apache 2.0",

static/app/js/services.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
angular.module('Geobin.services', [])
55

66
// App Version
7-
.value('appVersion', '1.0.0')
7+
.value('appVersion', '1.0.1')
88

99
// API Version
1010
.value('apiVersion', '1')

0 commit comments

Comments
 (0)