Skip to content

Commit

Permalink
6.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbuck committed Nov 1, 2021
1 parent ecb61ae commit 2b2c341
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.8.1",
"version": "6.9.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.8.1",
"version": "6.9.0",
"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.8.1",
"version": "6.9.0",
"description": "OctoLinker browser extension core",
"repository": "https://github.com/octolinker/octolinker/tree/main/packages/core",
"license": "MIT",
"main": "./index.js",
"releaseDescription": "Fix import rewriting when keyword appears on both sides of an import statement",
"releaseDescription": "PHP support for Symfony, Laravel and more",
"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.8.1
MARKETING_VERSION = 6.9.0
CURRENT_PROJECT_VERSION = 3

3 comments on commit 2b2c341

@fregante
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was the update successfully in the end? I can update the App Store version too

@stefanbuck
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well I ended up building and uploading the new version from my machine. I need to look into why the upload failed on GitHub Actions. However, if you could upload the new version to the app story that would be great.

@fregante
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screen Shot 7

Please sign in to comment.