Skip to content

Commit 41a1707

Browse files
Merge pull request #8 from strangelookingnerd/fix/change_plugin_id
Change pluginId
2 parents fb3fd67 + 22e0ec7 commit 41a1707

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Pedro Progress Bar IntelliJ Plugin
22

33
[![Build](https://github.com/strangelookingnerd/pedro-progress-bar-plugin/workflows/Build/badge.svg)](https://github.com/strangelookingnerd/pedro-progress-bar-plugin/actions/workflows/build.yml)
4-
[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.strangelookingnerd:pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/com.github.strangelookingnerd:pedro-progress-bar)
5-
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.strangelookingnerd:pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/com.github.strangelookingnerd:pedro-progress-bar)
4+
[![Version](https://img.shields.io/jetbrains/plugin/v/com.github.strangelookingnerd.pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/com.github.strangelookingnerd.pedro-progress-bar)
5+
[![Downloads](https://img.shields.io/jetbrains/plugin/d/com.github.strangelookingnerd.pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/com.github.strangelookingnerd.pedro-progress-bar)
66

77
<!-- Plugin description -->
88
This plugin provides a custom progress bar featuring an animated pixel art version of the <a href="https://youtu.be/F2YpXC1itEE">Pedro Pedro Pedro - Racoon Meme</a>.

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
22
<idea-plugin>
3-
<id>com.github.strangelookingnerd:pedro-progress-bar</id>
3+
<id>com.github.strangelookingnerd.pedro-progress-bar</id>
44
<name>Pedro Progress Bar</name>
55
<vendor>strangelookingnerd</vendor>
66
<category>User Interface</category>

0 commit comments

Comments
 (0)