Skip to content
This repository has been archived by the owner on Aug 18, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
📦 bump version
  • Loading branch information
eramdam committed May 1, 2017
1 parent 4ced956 commit cd9e413
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "BetterTweetDeck",
"version": "3.3.3",
"version": "3.3.4",
"description": "Adds some nice options on TweetDeck to provide a better experience on the webapp when used on Chrome.",
"repository": {
"type": "git",
Expand All @@ -23,8 +23,8 @@
"pack:chrome": "node tools/pack.js",
"pack:firefox": "web-ext build -s dist -a artifacts",
"release": "npm run build:chrome:prod && npm run pack:chrome && npm run build:firefox:prod && npm run pack:firefox",
"release:firefox": "npm run firefox:prod && npm run pack:firefox",
"release:chrome": "npm run chrome:prod && npm run pack:chrome",
"release:firefox": "npm run build:firefox:prod && npm run pack:firefox",
"release:chrome": "npm run build:chrome:prod && npm run pack:chrome",
"test": "gulp lint && npm run release"
},
"homepage": "https://github.com/eramdam/BetterTweetDeck",
Expand Down

0 comments on commit cd9e413

Please sign in to comment.