Skip to content

Commit

Permalink
Merge pull request #74 from hegdeashwin/develop
Browse files Browse the repository at this point in the history
Updates release 0.0.5
  • Loading branch information
Ashwin Hegde committed Apr 3, 2015
2 parents ef05d8f + ac8b635 commit 9ada68c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Protocore [![GitHub version](http://img.shields.io/badge/version-0.0.4-brightgreen.svg)](https://github.com/hegdeashwin/Protocore/releases)
# Protocore [![GitHub version](http://img.shields.io/badge/version-0.0.5-brightgreen.svg)](https://github.com/hegdeashwin/Protocore/releases)

[![Build Status](https://travis-ci.org/hegdeashwin/Protocore.svg?branch=master)](https://travis-ci.org/hegdeashwin/Protocore) [![Dependency Status](https://gemnasium.com/hegdeashwin/Protocore.svg)](https://gemnasium.com/hegdeashwin/Protocore) [![Node.js version](http://img.shields.io/badge/Node.js-%3E%200.10-brightgreen.svg)](https://github.com/hegdeashwin/Protocore/) [![Built with Grunt](http://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) [![License version](http://img.shields.io/badge/License-MIT-red.svg)](https://github.com/hegdeashwin/Protocore#license)

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": "Protocore",
"version": "0.0.4",
"version": "0.0.5",
"homepage": "https://github.com/hegdeashwin/Protocore",
"authors": [
"hegdeashwin <[email protected]>"
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": "Protocore",
"version": "0.0.4",
"version": "0.0.5",
"author": "Ashwin Hegde",
"description": "Protocore is an open source walking application skeleton for a typical unstructured JavaScript/jQuery web apps. You can use it to quickly bootstrap your unstructured JavaScript/jQuery web application projects.",
"contributors": [{
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<head>
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<title>Protocore &brvbar; v0.0.4</title>
<title>Protocore &brvbar; v0.0.5</title>
<link rel="stylesheet" type="text/css" href="stylesheets/css/consolidate.css"/>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/aboutTpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h1 class="masthead-brand">Protocore <sup><small>v0.0.4</small></sup></h1>
<h1 class="masthead-brand">Protocore <sup><small>v0.0.5</small></sup></h1>
<ul class="nav masthead-nav">
<li><a href="#">Home</a></li>
<li class="active"><a href="#about">About</a></li>
Expand Down
2 changes: 1 addition & 1 deletion src/templates/homeTpl.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<div class="cover-container">
<div class="masthead clearfix">
<div class="inner">
<h1 class="masthead-brand">Protocore <sup><small>v0.0.4</small></sup></h1>
<h1 class="masthead-brand">Protocore <sup><small>v0.0.5</small></sup></h1>
<ul class="nav masthead-nav">
<li class="active"><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
Expand Down

0 comments on commit 9ada68c

Please sign in to comment.