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

Commit b141ed7

Browse files
committed
Bump version to 0.1.4 and update copyright dates.
1 parent bd54198 commit b141ed7

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012-2015, Code for America
1+
Copyright (c) 2012-2016, Code for America
22
All rights reserved.
33

44
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ _This library was mainly developed for tools around Open311, which uses the Spar
1313

1414
## Copyright
1515

16-
Copyright (c) 2012-2015 Code for America. See [LICENSE][] for details.
16+
Copyright (c) 2012-2016 Code for America. See [LICENSE][] for details.
1717

1818
Thanks to Oiva Eskola <https://github.com/oiva> and Milo van der Linden <https://github.com/milovanderlinden> for additional contributions.
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sparkxml",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Parse XML according to the \"Spark\" convention (http://wiki.open311.org/JSON_and_XML_Conversion#The_Spark_Convention).",
55
"main": "sparkxml.js",
66
"scripts": {

sparkxml.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (C) 2012-2015, Code for America
2+
* Copyright (C) 2012-2016, Code for America
33
* This is open source software, released under a standard 3-clause
44
* BSD-style license; see the file LICENSE for details.
55
*/

0 commit comments

Comments
 (0)