Skip to content

Commit

Permalink
sigh, 1.1.12 because of a mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegn committed Aug 5, 2014
1 parent 4eaba1f commit f567788
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 1.1.11 - August 5, 2014
## 1.1.12 - August 5, 2014

- Forgot a comma, broke it for bower.

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version = $(shell node -e "console.log(JSON.parse(require('fs').readFileSync('pa

# npm publish, public-docs and tag
publish :
npm publish
git push
git tag v$(version)
git push --tags origin master
git push --tags origin master
npm publish
2 changes: 1 addition & 1 deletion backbone.localStorage-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backbone.localStorage.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* Backbone localStorage Adapter
* Version 1.1.11
* Version 1.1.12
*
* https://github.com/jeromegn/Backbone.localStorage
*/
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": "backbone.localStorage",
"version": "1.1.11",
"version": "1.1.12",
"main": "./backbone.localStorage.js",
"dependencies": {
"backbone": "~1.0.0"
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "backbone.localStorage",
"version": "1.1.11",
"version": "1.1.12",
"main": "./backbone.localStorage.js",
"scripts": ["./backbone.localStorage.js"],
"dependencies": {
"jashkenas/backbone": ">=1.0.0"
"jashkenas/backbone": "~1.0.0"
},
"repository": "jeromegn/backbone.localstorage"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Jerome Gravel-Niquet <jeromegn@gmail.com> (http://jgn.me)",
"name": "backbone.localstorage",
"version": "1.1.11",
"version": "1.1.12",
"repository": {
"type": "git",
"url": "git://github.com/jeromegn/Backbone.localStorage.git"
Expand Down

0 comments on commit f567788

Please sign in to comment.