Skip to content

Commit

Permalink
Bumped to v0.0.8
Browse files Browse the repository at this point in the history
Updated package.json, README.md, and _index.js to v0.0.8.
  • Loading branch information
tlei123 committed Mar 8, 2015
1 parent f803055 commit 501c59b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# generator-tze 0.0.7 beta [![Build Status](https://secure.travis-ci.org/tlei123/generator-tze.svg?branch=master)](https://travis-ci.org/tlei123/generator-tze)
# generator-tze 0.0.8 beta [![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:

Expand Down
2 changes: 1 addition & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var TzeGenerator = yeoman.generators.Base.extend({
{
name: 'version',
message: 'Version?',
default: '0.0.7'
default: '0.0.8'
},
{
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.7",
"version": "0.0.8",
"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 501c59b

Please sign in to comment.