Skip to content

Commit

Permalink
Rename plugin according to verifier rules (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
kellen authored Nov 13, 2023
1 parent 9654963 commit 06ed469
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Scio IDEA Plugin
Scio Plugin for IntelliJ IDEA
Copyright 2019 Spotify AB
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Scio IDEA plugin
# Scio plugin for IntelliJ IDEA

[![Build Status](https://img.shields.io/github/workflow/status/spotify/scio-idea-plugin/CI)](https://github.com/spotify/scio-idea-plugin/actions?query=workflow%3ACI)
[![GitHub license](https://img.shields.io/github/license/spotify/scio-idea-plugin.svg)](./LICENSE)
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 @@
<idea-plugin>
<id>com.spotify.scio-idea</id>
<name>Scio IDEA</name>
<name>Scio</name>
<version>FILLED_BY_BUILD</version>
<vendor>Spotify</vendor>

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "0.1.25"
ThisBuild / version := "0.1.26"

0 comments on commit 06ed469

Please sign in to comment.