Skip to content

Commit

Permalink
v6.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Dec 29, 2020
1 parent 43bf26d commit 3d8320f
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.7.0",
"version": "6.8.0",
"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.7.0",
"version": "6.8.0",
"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.7.0",
"version": "6.8.0",
"description": "OctoLinker browser extension core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/core",
"license": "MIT",
"main": "./index.js",
"releaseDescription": "Add rlang support, i.NET improvements and bug fixes",
"releaseDescription": "Feature preview: Better PHP support to enable Laravel, Symfony, Doctrine, CakePHP and more.",
"dependencies": {
"@octolinker/blob-reader": "1.0.0",
"@octolinker/helper-github-api": "1.0.0",
Expand Down

0 comments on commit 3d8320f

Please sign in to comment.