Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump version to v0.11.0
  • Loading branch information
ericf committed Aug 18, 2013
1 parent 140f55e commit 63c6418
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 122 deletions.
187 changes: 74 additions & 113 deletions npm-shrinkwrap.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name" : "photosnearme",
"description": "Photos Near Me",
"homepage" : "http://photosnear.me/",
"version" : "0.10.0",
"version" : "0.11.0",
"author" : "Eric Ferraiuolo <eferraiuolo@gmail.com> (http://github.com/ericf)",
"private" : true,

Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Expand Up @@ -249,7 +249,7 @@ PhotosNearMe = Y.Base.create('photosNearMe', Y.App, [], {

Y.PNM.App = PhotosNearMe;

}, '0.10.0', {
}, '0.11.0', {
affinity: 'client',
requires: [
'app-base',
Expand Down
2 changes: 1 addition & 1 deletion public/js/views/grid.js
Expand Up @@ -116,7 +116,7 @@ GridView = Y.Base.create('gridView', Y.View, [], {

Y.namespace('PNM').GridView = GridView;

}, '0.10.0', {
}, '0.11.0', {
affinity: 'client',
requires: [
'node-style',
Expand Down
2 changes: 1 addition & 1 deletion public/js/views/lightbox.js
Expand Up @@ -105,7 +105,7 @@ LightboxView = Y.Base.create('lightboxView', Y.View, [], {

Y.namespace('PNM').LightboxView = LightboxView;

}, '0.10.0', {
}, '0.11.0', {
affinity: 'client',
requires: [
'event-key',
Expand Down
2 changes: 1 addition & 1 deletion public/js/views/no-location.js
Expand Up @@ -18,7 +18,7 @@ NoLocationView = Y.Base.create('noLocationView', Y.View, [], {

Y.namespace('PNM').NoLocationView = NoLocationView;

}, '0.10.0', {
}, '0.11.0', {
affinity: 'client',
requires: [
'view',
Expand Down
2 changes: 1 addition & 1 deletion shared/js/helpers.js
Expand Up @@ -32,7 +32,7 @@ Y.namespace('PNM').Helpers = {

Y.Handlebars.registerHelper('pathTo', Y.PNM.Helpers.pathTo);

}, '0.10.0', {
}, '0.11.0', {
requires: [
'handlebars-base',
'array-extras'
Expand Down
2 changes: 1 addition & 1 deletion shared/js/models/photo.js
Expand Up @@ -138,7 +138,7 @@ Photo = Y.Base.create('photo', Y.Model, [Y.ModelSync.YQL], {

Y.namespace('PNM').Photo = Photo;

}, '0.10.0', {
}, '0.11.0', {
requires: [
'gallery-model-sync-yql',
'cache-offline',
Expand Down
2 changes: 1 addition & 1 deletion shared/js/models/photos.js
Expand Up @@ -98,7 +98,7 @@ Photos = Y.Base.create('photos', Y.LazyModelList, [], {

Y.namespace('PNM').Photos = Photos;

}, '0.10.0', {
}, '0.11.0', {
requires: [
'cache-offline',
'jsonp',
Expand Down
2 changes: 1 addition & 1 deletion shared/js/models/place.js
Expand Up @@ -96,7 +96,7 @@ Place = Y.Base.create('place', Y.Model, [Y.ModelSync.YQL], {

Y.namespace('PNM').Place = Place;

}, '0.10.0', {
}, '0.11.0', {
requires: [
'cache-offline',
'gallery-model-sync-yql',
Expand Down

0 comments on commit 63c6418

Please sign in to comment.