Skip to content

Commit

Permalink
v6.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jan 2, 2021
1 parent fa134a5 commit 0a903a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.json
@@ -1,6 +1,6 @@
{
"name": "OctoLinker",
"version": "6.8.0",
"version": "6.8.1",
"manifest_version": 2,
"author": "Stefan Buck",
"description": "OctoLinker – Links together, what belongs together.",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "OctoLinker",
"version": "6.8.0",
"version": "6.8.1",
"engines": {
"node": ">=12.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,11 +1,11 @@
{
"name": "@octolinker/core",
"version": "6.8.0",
"version": "6.8.1",
"description": "OctoLinker browser extension core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/core",
"license": "MIT",
"main": "./index.js",
"releaseDescription": "Feature preview: Better PHP support to enable Laravel, Symfony, Doctrine, CakePHP and more.",
"releaseDescription": "Fix import rewriting when keyword appears on both sides of an import statement",
"dependencies": {
"@octolinker/blob-reader": "1.0.0",
"@octolinker/helper-github-api": "1.0.0",
Expand Down

0 comments on commit 0a903a4

Please sign in to comment.