Skip to content

Commit

Permalink
Released version 1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdulcet committed Jun 28, 2023
1 parent f9c50e0 commit 090dea9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '0 0 1 * *'

jobs:
eslint:
ESLint:
name: ESLint

runs-on: ubuntu-latest
Expand All @@ -17,9 +17,10 @@ jobs:
- name: Install
run: npm install -g eslint
- name: Script
run: eslint --report-unused-disable-directives . || true
run: eslint --report-unused-disable-directives .
continue-on-error: true

tsc:
TSC:
name: TypeScript Compiler

runs-on: ubuntu-latest
Expand All @@ -31,4 +32,5 @@ jobs:
- name: Install
run: npm install -g typescript
- name: Script
run: tsc -p jsconfig.json --noEmit || true
run: tsc -p jsconfig.json --noEmit
continue-on-error: true
2 changes: 1 addition & 1 deletion chromemanifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Colab Autorun and Connect",
"version": "1.2",
"version": "1.2.1",
"author": "Teal Dulcet and Daniel Connelly",

"description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.",
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Colab Autorun and Connect",
"version": "1.2",
"version": "1.2.1",
"author": "Teal Dulcet and Daniel Connelly",

"description": "Automatically connect, reconnect and optionally run the first cell of notebooks in Google Colab.",
Expand Down Expand Up @@ -55,7 +55,7 @@
"https://colab.research.google.com/*"
],

"applications": {
"browser_specific_settings": {
"gecko": {
"id": "[email protected]",
"strict_min_version": "91.0"
Expand Down

0 comments on commit 090dea9

Please sign in to comment.