Skip to content

Commit

Permalink
Release v1.4.14 (#115)
Browse files Browse the repository at this point in the history
* Bump version

* Fix job name
  • Loading branch information
liamcain authored Jan 18, 2021
1 parent d6a3192 commit dfb9d96
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@ on:
branches: [$default-branch]

jobs:
build:
lint-and-test:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: Install modules
run: yarn

- name: Lint
run: yarn lint
run: yarn run lint

- name: Run tests
run: yarn test
run: yarn run test
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "calendar",
"name": "Calendar",
"description": "Calendar view of your daily notes",
"version": "1.4.13",
"version": "1.4.14",
"author": "Liam Cain",
"authorUrl": "https://github.com/liamcain/",
"isDesktopOnly": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calendar",
"version": "1.4.13",
"version": "1.4.14",
"description": "Calendar view of your daily notes",
"author": "liamcain",
"main": "main.js",
Expand Down

0 comments on commit dfb9d96

Please sign in to comment.