From 78589aea418072d3eb47c1c1379f915c84b23488 Mon Sep 17 00:00:00 2001 From: Justin Karneges Date: Tue, 29 Apr 2014 00:25:49 -0700 Subject: bump version number, dates --- CHANGELOG.md | 2 +- COPYING | 2 +- Makefile | 2 +- README | 2 +- 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). 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 Katsuyuki Ohmuro 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) { -- cgit v1.2.3