Skip to content

Commit

Permalink
chore: Bump version for release (v1.8.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrussell committed Feb 8, 2015
1 parent f84a0c9 commit 50878e7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-snap-dev",
"version": "1.7.0",
"version": "1.8.0",
"dependencies": {},
"devDependencies": {
"snapjs": "~1.9",
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": "angular-snap-dev",
"version": "1.7.0",
"version": "1.8.0",
"private": true,
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/scripts/constants/snap-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(function() {
'use strict';
var version = [1, 7, 0]
var version = [1, 8, 0]
, vObj = {
full: version.join('.'),
major: version[0],
Expand Down

0 comments on commit 50878e7

Please sign in to comment.