Skip to content

Commit

Permalink
upgrades to 2.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse Pollak committed Aug 26, 2014
1 parent 42959d0 commit 20ca6fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ grunt.initConfig({
'chrome-extension': {
options: {
name: "Waltz",
version: "2.0.8",
version: "2.0.9",
id: "obhibkfopclldmnoohabnbimocpgdine",
chrome: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome",
clean: true,
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Waltz",
"version": "2.0.8",
"version": "2.0.9",
"manifest_version": 2,
"description": "A modern account manager for the web.",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Waltz",
"description": "A password manager for use with Clef",
"version": "2.0.8",
"version": "2.0.9",
"private": true,
"dependencies": {
"sinon": "~1.7.3"
Expand Down

0 comments on commit 20ca6fb

Please sign in to comment.