Skip to content

Commit

Permalink
Merge branch 'dev' into 814-connect-without-project
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Feb 13, 2021
2 parents 1fbe5f3 + 3d54824 commit 28b8fa0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ jobs:
git config --global user.email $GITHUB_USER_EMAIL
git config --global user.name $GITHUB_USER_NAME
git checkout published
git merge origin/dev --no-ff -m "Merge branch 'origin/dev' into published [skip ci]"
git merge origin/dev
git push origin HEAD
deploy-docs:
docker:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Calva: Clojure & ClojureScript Interactive Programming",
"description": "Integrated REPL, formatter, Paredit, and more. Powered by cider-nrepl and clojure-lsp.",
"icon": "assets/calva.png",
"version": "2.0.171",
"version": "2.0.173",
"publisher": "betterthantomorrow",
"author": {
"name": "Better Than Tomorrow",
Expand Down

0 comments on commit 28b8fa0

Please sign in to comment.