Skip to content

Commit

Permalink
dev: update version number (firefox only)
Browse files Browse the repository at this point in the history
Uploaded wrong extension to firefox, so version number is updated
  • Loading branch information
BlueGreenMagick committed Jun 25, 2024
1 parent b3dc095 commit 4de3675
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yomikiri/main",
"version": "0.2.0",
"version": "0.2.1",
"description": "Yomikiri is a browser extension for Japanese immersion learning.",
"author": "BlueGreenMagick",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "yomikiri",
"version": "0.2.0",
"version": "0.2.1",
"description": "Yomikiri is a browser extension for Japanese immersion learning",
"private": true,
"author": "BlueGreenMagick",
"license": "Custom",
"url": "https://github.com/bluegreenmagick/yomikiri",
"type": "module",
"scripts": {
"update_dictionary": "pnpm run --dir ./dictionary redownload",
"update-dictionary": "pnpm run --dir ./dictionary update-dictionary",
"construct:dictionary": "pnpm run --dir ./dictionary construct",
"construct:unidic": "cd ./unidic; cargo run",
"construct:backend_wasm": "pnpm run --dir ./rust wasm",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.yoonchae.YomikiriTokenizer;
Expand Down Expand Up @@ -390,7 +390,7 @@
"$(inherited)",
"$(PROJECT_DIR)/rust",
);
MARKETING_VERSION = 0.2.0;
MARKETING_VERSION = 0.2.1;
MODULE_VERIFIER_SUPPORTED_LANGUAGES = "objective-c objective-c++";
MODULE_VERIFIER_SUPPORTED_LANGUAGE_STANDARDS = "gnu11 gnu++20";
PRODUCT_BUNDLE_IDENTIFIER = com.yoonchae.YomikiriTokenizer;
Expand Down

0 comments on commit 4de3675

Please sign in to comment.