aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Karneges <justin@affinix.com>2014-04-29 00:25:49 -0700
committerJustin Karneges <justin@affinix.com>2014-04-29 00:25:49 -0700
commit78589aea418072d3eb47c1c1379f915c84b23488 (patch)
tree0f66d9ca6ce437355582d7d827ea69c1f609a979
parent735d5b79f4b219d2e8a96028b66c3298034c7176 (diff)
downloadpollymer-78589aea418072d3eb47c1c1379f915c84b23488.tar
pollymer-78589aea418072d3eb47c1c1379f915c84b23488.tar.gz
bump version number, dates
-rw-r--r--CHANGELOG.md2
-rw-r--r--COPYING2
-rw-r--r--Makefile2
-rw-r--r--README2
-rw-r--r--pollymer.js2
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).
diff --git a/COPYING b/COPYING
index b0dcca2..fd33e94 100644
--- a/COPYING
+++ b/COPYING
@@ -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
diff --git a/Makefile b/Makefile
index f05326a..5697165 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.0.1
+VERSION = 1.1.0
all: dist
diff --git a/README b/README
index dc58b05..340037f 100644
--- a/README
+++ b/README
@@ -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) {