From a171d4fe2f1d8d8f13ca16cc6dceb270a648139f Mon Sep 17 00:00:00 2001 From: Tim Hollingshead Date: Thu, 31 Mar 2016 22:28:59 -0500 Subject: [PATCH] Update version and links --- LICENSE | 2 +- README.md | 8 ++++---- bower.json | 6 +++--- package.json | 8 ++++---- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/LICENSE b/LICENSE index 0784e45..608abe9 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Tim Hollingshead +Copyright (c) 2016 Tim Hollingshead Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7133983..9dc0239 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ for more details on configuring the AMD loader. #### Create a Store Create a store using an ArcGIS REST service. See the -[properties section](https://github.com/thollingsheadesri/arcgis-server-store/blob/master/docs/ArcGISServerStore.md#property-summary) +[properties section](./docs/ArcGISServerStore.md#property-summary) for more details on the available options. ```JavaScript @@ -114,14 +114,14 @@ store.remove(1); ``` Refer to the -[ArcGISServerStore documentation](https://github.com/thollingsheadesri/arcgis-server-store/blob/master/docs/ArcGISServerStore.md) +[ArcGISServerStore documentation](./docs/ArcGISServerStore.md) for more information. ## Reporting Issues Find a bug or want to suggest an improvement? Please -[submit an issue.](https://github.com/thollingsheadesri/arcgis-server-store/issues) +[submit an issue.](https://github.com/thollingshead/arcgis-server-store/issues) ## Contributing @@ -160,4 +160,4 @@ inside the repositories root directory. ## License This project is available under the -[MIT License](https://github.com/thollingsheadesri/arcgis-server-store/blob/master/LICENSE). +[MIT License](./LICENSE). diff --git a/bower.json b/bower.json index 3bc8c99..f938432 100644 --- a/bower.json +++ b/bower.json @@ -1,16 +1,16 @@ { "name": "arcgis-server-store", - "version": "1.0.2", + "version": "1.0.3", "description": "An implementation of the dojo/store API for ArcGIS Server REST services", "keywords": ["Esri", "ArcGIS", "Dojo", "store"], "authors": [{ "name": "Tim Hollingshead", "email": "thollingshead@esri.com", - "homepage": "https://github.com/thollingsheadesri" + "homepage": "https://github.com/thollingshead" }], "repository": { "type": "git", - "url": "git://github.com/thollingsheadesri/arcgis-server-store.git" + "url": "git://github.com/thollingshead/arcgis-server-store.git" }, "license": "MIT", "main": "ArcGISServerStore.js", diff --git a/package.json b/package.json index d416611..3c9a8a7 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "arcgis-server-store", - "version": "v1.0.2", + "version": "v1.0.3", "description": "An implementation of the dojo/store API for ArcGIS Server REST services", "keywords": ["Esri", "ArcGIS", "Dojo", "store"], "author": { "name": "Tim Hollingshead", "email": "thollingshead@esri.com", - "url": "https://github.com/thollingsheadesri" + "url": "https://github.com/thollingshead" }, "contributors": [{ "name": "Jacob Wasilkowski", @@ -15,10 +15,10 @@ }], "repository": { "type": "git", - "url": "https://github.com/thollingsheadesri/arcgis-server-store.git" + "url": "https://github.com/thollingshead/arcgis-server-store.git" }, "bugs": { - "url": "https://github.com/thollingsheadesri/arcgis-server-store/issues" + "url": "https://github.com/thollingshead/arcgis-server-store/issues" }, "license": "MIT", "main": "ArcGISServerStore.js",