Skip to content

Commit

Permalink
Move .goreleaser.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Jun 10, 2018
1 parent 05c2d9f commit 0109fa2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion contrib/release_if_new_version.sh
Expand Up @@ -25,7 +25,6 @@ BROWSH_ENV=RELEASE npm run build

cd $PROJECT_ROOT/interfacer/src
curl -sL http://git.io/goreleaser | bash
goreleaser
git config --global user.email "builds@travis-ci.com"
git config --global user.name "Travis CI"
# `/dev/null` needed to prevent Github token appearing in logs
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion webext/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Browsh",
"version": "1.0.2",
"version": "1.0.3",

"description": "Renders the browser as realtime, interactive, TTY-compatible text",

Expand Down

0 comments on commit 0109fa2

Please sign in to comment.