diff options
author | Justin Karneges <justin@affinix.com> | 2014-04-29 00:25:49 -0700 |
---|---|---|
committer | Justin Karneges <justin@affinix.com> | 2014-04-29 00:25:49 -0700 |
commit | 78589aea418072d3eb47c1c1379f915c84b23488 (patch) | |
tree | 0f66d9ca6ce437355582d7d827ea69c1f609a979 | |
parent | 735d5b79f4b219d2e8a96028b66c3298034c7176 (diff) | |
download | pollymer-78589aea418072d3eb47c1c1379f915c84b23488.tar pollymer-78589aea418072d3eb47c1c1379f915c84b23488.tar.gz |
bump version number, dates
-rw-r--r-- | CHANGELOG.md | 2 | ||||
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README | 2 | ||||
-rw-r--r-- | pollymer.js | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index cc2abe7..232ac09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,4 +2,4 @@ Pollymer Changelog ================== v. 1.0.0 (01-31-2013) - Initial Release. -v. 1.1.0 (xx-xx-xxxx) - Support for RequireJS (AMD).
\ No newline at end of file +v. 1.1.0 (04-28-2014) - Support for RequireJS (AMD). @@ -1,4 +1,4 @@ -Copyright (C) 2013 Fanout, Inc. +Copyright (C) 2013-2014 Fanout, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -1,4 +1,4 @@ -VERSION = 1.0.1 +VERSION = 1.1.0 all: dist @@ -1,6 +1,6 @@ Pollymer -------- -Date: April 12th, 2013 +Date: April 28th, 2014 Authors: Justin Karneges <justin@fanout.io> Katsuyuki Ohmuro <harmony7@pex2.jp> Mailing List: http://lists.fanout.io/listinfo.cgi/fanout-users-fanout.io diff --git a/pollymer.js b/pollymer.js index 5817719..898d1f3 100644 --- a/pollymer.js +++ b/pollymer.js @@ -1,6 +1,6 @@ /** * Pollymer JavaScript Library v1.1.0 - * Copyright 2013 Fanout, Inc. + * Copyright 2013-2014 Fanout, Inc. * Released under the MIT license (see COPYING file in source distribution) */ (function(factory) { |