Skip to content

Commit

Permalink
Update version and links
Browse files Browse the repository at this point in the history
  • Loading branch information
thollingshead committed Apr 1, 2016
1 parent 5ea3d84 commit a171d4f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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).
6 changes: 3 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a171d4f

Please sign in to comment.