Skip to content

Commit

Permalink
Changed Plugin name
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiGasai committed Sep 22, 2022
1 parent 3c45b0f commit 514558a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "*"

env:
PLUGIN_NAME: obsidian-google-calendar
PLUGIN_NAME: google-calendar

jobs:
build:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

# Obsidian Google Calendar
# Google Calendar

Manage your Google Calendar from inside Obsidian

Expand All @@ -14,7 +14,7 @@ Manage your Google Calendar from inside Obsidian

## Installation

- Download obsidian-google-calendar from the latest [release](https://github.com/YukiGasai/obsidian-google-calendar/releases/)
- Download google-calendar from the latest [release](https://github.com/YukiGasai/obsidian-google-calendar/releases/)
- Extract zip into `.obsidian/plugins` folder
- Restart Obsidian
- Activate inside the obsidian settings page
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-google-calendar",
"name": "Obsidian Google Calendar",
"version": "1.2.4",
"id": "google-calendar",
"name": "Google Calendar",
"version": "1.2.5",
"minAppVersion": "0.12.0",
"description": "Interact with your Google Calendar from Inside Obsidian",
"author": "YukiGasai",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "obsidian-sample-plugin",
"name": "google-calendar",
"version": "1.2.4",
"description": "Interact with your Google Calendar from Inside Obsidian",
"main": "main.js",
Expand Down

0 comments on commit 514558a

Please sign in to comment.