Skip to content

Commit

Permalink
Merge pull request #13 from Glavin001/master
Browse files Browse the repository at this point in the history
Version bump to 1.1.0 and badges fix.
  • Loading branch information
Glavin001 committed Apr 23, 2014
2 parents d51ed77 + fd15098 commit d8f10c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
feathers-mongoose-service
[feathers-mongoose-service](https://github.com/feathersjs/feathers-mongoose) [![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service)
=========================

[![NPM version](https://badge.fury.io/js/feathers-mongoose-service.png)](http://badge.fury.io/js/feathers-mongoose-service)
[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose-service.png?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose-service)
[![Build Status](https://travis-ci.org/feathersjs/feathers-mongoose.svg?branch=master)](https://travis-ci.org/feathersjs/feathers-mongoose)
[![Code Climate](https://codeclimate.com/github/feathersjs/feathers-mongoose-service.png)](https://codeclimate.com/github/feathersjs/feathers-mongoose-service)
[![Dev Dependencies](https://david-dm.org/feathersjs/feathers-mongoose-service/dev-status.png)](https://david-dm.org/feathersjs/feathers-mongoose-service#info=devDependencies&view=table)
[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service)
[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose-service/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose-service)
[![Dependency Status](https://david-dm.org/feathersjs/feathers-mongoose.svg)](https://david-dm.org/feathersjs/feathers-mongoose)
[![devDependency Status](https://david-dm.org/feathersjs/feathers-mongoose/dev-status.svg)](https://david-dm.org/feathersjs/feathers-mongoose#info=devDependencies)
[![Total views](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)
[![Views in the last 24 hours](https://sourcegraph.com/api/repos/github.com/feathersjs/feathers-mongoose/counters/views-24h.png)](https://sourcegraph.com/github.com/feathersjs/feathers-mongoose)

[![NPM](https://nodei.co/npm/feathers-mongoose-service.png?downloads=true&stars=true)](https://nodei.co/npm/feathers-mongoose-service/)

Expand All @@ -31,4 +31,4 @@ See the [docs/ directory](https://github.com/feathersjs/feathers-mongoose-servic

## Author

[Glavin Wiechert](https://github.com/Glavin001)
[Glavin Wiechert](https://github.com/Glavin001)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feathers-mongoose-service",
"version": "1.0.2",
"version": "1.1.0",
"description": "Easily create a Mongoose Service for Featherjs.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit d8f10c4

Please sign in to comment.