Skip to content

Commit

Permalink
Bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tbranyen committed Mar 1, 2016
1 parent b4a6a42 commit 5ae3117
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions backbone.layoutmanager.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "layoutmanager",
"version": "0.10.0",
"version": "1.0.0",
"main": "backbone.layoutmanager.js",
"dependencies": {
"jquery": ">=1.6",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ae3117

Please sign in to comment.