Skip to content

Commit

Permalink
Bumped to v0.1.0
Browse files Browse the repository at this point in the history
Updated package.json, README.md, and index.js to v0.1.0.
  • Loading branch information
tlei123 committed Mar 20, 2015
1 parent 3756a4b commit a13c296
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# generator-tze 0.0.11 beta [![Build Status](https://secure.travis-ci.org/tlei123/generator-tze.svg?branch=master)](https://travis-ci.org/tlei123/generator-tze)
# generator-tze 0.1.0 [![Build Status](https://secure.travis-ci.org/tlei123/generator-tze.svg?branch=master)](https://travis-ci.org/tlei123/generator-tze)

This is a custom "basic" Yeoman Generator with just the Node modules and Javascript libraries I need to quickly start developing simple web applications:

* grunt-contrib-sass
* grunt-contrib-jshint
* grunt-contrib-connect (optional)
* grunt-contrib-watch
* grunt-contrib-clean
* grunt-contrib-copy
Expand Down
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var TzeGenerator = yeoman.generators.Base.extend({
{
name: 'version',
message: 'Version?',
default: '0.0.11'
default: '0.1.0'
},
{
name: 'author',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-tze",
"version": "0.0.11",
"version": "0.1.0",
"description": "Yeoman custom generator for basic webapp development using SASS, jQuery, jQuery-UI, and Modernizr.",
"license": "MIT",
"main": "app/index.js",
Expand Down

0 comments on commit a13c296

Please sign in to comment.