Skip to content

Commit

Permalink
Reset version number to initial
Browse files Browse the repository at this point in the history
  • Loading branch information
stoufa88 committed Jun 5, 2016
1 parent 9d4275c commit 545e4df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/components/App/SideNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<div id="nav-footer">
<div class="row">
<div class="col-xs-4 col-xs-offset-2"><small>v1.2.0</small></div>
<div class="col-xs-4 col-xs-offset-2"><small>v0.1.0</small></div>
<div>


Expand Down
10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lawd",
"version": "1.2.0",
"version": "0.1.0",
"description": "Find and instantly watch movies",
"main": "main.js",
"scripts": {
Expand All @@ -16,11 +16,6 @@
"bin": {
"electron": "./node_modules/.bin/electron"
},
"wcjs-prebuilt": {
"runtime": "electron",
"runtimeVersion": "v0.37.5",
"version": "v0.2.4"
},
"dependencies": {
"animate.css": "^3.5.1",
"bootstrap": "^4.0.0-alpha.2",
Expand All @@ -37,12 +32,11 @@
"tether": "^1.2.0",
"underscore": "^1.8.3",
"video.js": "^5.9.0",
"vtt.js": "^0.12.1",
"vue": "^1.0.24",
"vue-i18n": "^4.0.0",
"vue-resource": "^0.7.0",
"vue-router": "^0.7.13",
"wcjs-player": "^0.5.8",
"wcjs-prebuilt": "^2.0.8",
"webtorrent": "^0.94.0",
"ws": "^1.1.0"
},
Expand Down

0 comments on commit 545e4df

Please sign in to comment.