Skip to content

Commit

Permalink
6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Jan 7, 2022
1 parent 8ba5af2 commit 8f0b052
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.json
@@ -1,6 +1,6 @@
{
"name": "OctoLinker",
"version": "6.10.0",
"version": "6.10.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.10.0",
"version": "6.10.1",
"engines": {
"node": ">= 16",
"npm": ">= 7"
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
@@ -1,11 +1,11 @@
{
"name": "@octolinker/core",
"version": "6.10.0",
"version": "6.10.1",
"description": "OctoLinker browser extension core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/core",
"license": "MIT",
"main": "./index.js",
"releaseDescription": "Adds support for Solidity's import statement.",
"releaseDescription": "Fix broken OctoLinker for Firefox",
"dependencies": {
"@octolinker/blob-reader": "1.0.0",
"@octolinker/helper-github-api": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion safari/Shared.xcconfig
@@ -1,2 +1,2 @@
MARKETING_VERSION = 6.10.0
MARKETING_VERSION = 6.10.1
CURRENT_PROJECT_VERSION = 3

0 comments on commit 8f0b052

Please sign in to comment.