Skip to content

Commit

Permalink
Merge pull request #8 from strangelookingnerd/fix/change_plugin_id
Browse files Browse the repository at this point in the history
Change pluginId
  • Loading branch information
strangelookingnerd authored Jun 11, 2024
2 parents fb3fd67 + 22e0ec7 commit 41a1707
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Pedro Progress Bar IntelliJ Plugin

[![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)
[![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)
[![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)
[![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)
[![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)

<!-- Plugin description -->
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>.
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- Plugin Configuration File. Read more: https://plugins.jetbrains.com/docs/intellij/plugin-configuration-file.html -->
<idea-plugin>
<id>com.github.strangelookingnerd:pedro-progress-bar</id>
<id>com.github.strangelookingnerd.pedro-progress-bar</id>
<name>Pedro Progress Bar</name>
<vendor>strangelookingnerd</vendor>
<category>User Interface</category>
Expand Down

0 comments on commit 41a1707

Please sign in to comment.