Bump to version 1.0.0

This commit is contained in:
Tim Branyen
2016-03-01 08:27:54 -08:00
parent b4a6a429e7
commit 5ae3117659
6 changed files with 12 additions and 7 deletions
+5
View File
@@ -1,3 +1,8 @@
## 0.10.0 ##
* Updated dependencies and locked Backbone to 1.1.2
* Removed `then` method, if you want to use promises, call `.promise().then`
## 0.9.7 ##
* Adds in a `cleanup` event whenever a view has been removed
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (c) 2015 Tim Branyen
Copyright (c) 2016 Tim Branyen
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
+2 -2
View File
@@ -30,8 +30,8 @@ http://layoutmanager.org/From-0.8-to-0.9
#### Release notes ####
* Updated dependencies and locked Backbone to 1.1.2
* Removed `then` method, if you want to use promises, call `.promise().then`
* Backbone 1.2.0 support
* Ensures cancelAnimationFrame does not exist before polyfilling
[Full Release
Log](https://github.com/tbranyen/backbone.layoutmanager/blob/master/CHANGELOG.md)
+2 -2
View File
@@ -1,6 +1,6 @@
/*!
* backbone.layoutmanager.js v0.10.0
* Copyright 2015, Tim Branyen (@tbranyen)
* backbone.layoutmanager.js v1.0.0
* Copyright 2016, Tim Branyen (@tbranyen)
* backbone.layoutmanager.js may be freely distributed under the MIT license.
*/
(function(window, factory) {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "layoutmanager",
"version": "0.10.0",
"version": "1.0.0",
"main": "backbone.layoutmanager.js",
"dependencies": {
"jquery": ">=1.6",
+1 -1
View File
@@ -2,7 +2,7 @@
"author": "Tim Branyen (@tbranyen)",
"name": "backbone.layoutmanager",
"description": "A layout and template manager for Backbone.js applications.",
"version": "0.10.0",
"version": "1.0.0",
"homepage": "http://layoutmanager.org/",
"repository": {
"type": "git",