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

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Arana committed Jun 19, 2014
1 parent e1042b5 commit 77eeb4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "geobin.io",
"private": true,
"version": "1.0.0",
"version": "1.0.1",
"description": "Inspect HTTP requests with geographic data",
"repository": "https://github.com/esripdx/geobin.io",
"license": "Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion static/app/js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
angular.module('Geobin.services', [])

// App Version
.value('appVersion', '1.0.0')
.value('appVersion', '1.0.1')

// API Version
.value('apiVersion', '1')
Expand Down

0 comments on commit 77eeb4c

Please sign in to comment.