Skip to content

Commit

Permalink
Merge pull request #9 from strangelookingnerd/next_version
Browse files Browse the repository at this point in the history
Prepare next plugin version
  • Loading branch information
strangelookingnerd authored Jun 12, 2024
2 parents c6f2ae4 + 7cd239a commit 1863a96
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@

## [Unreleased]
### Added
- Prepare next plugin version

## [0.0.1]
### Added
- Implemented first version of Pedro Progress Bar
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![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/24613-pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/24613-pedro-progress-bar)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/24613-pedro-progress-bar.svg)](https://plugins.jetbrains.com/plugin/24613-pedro-progress-bar)

<img src="src/main/resources/pedro_128.gif" alt="Pedro Pedro Pedro" width="64" />

<!-- Plugin description -->
Expand Down
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ fun environment(key: String) = providers.environmentVariable(key)

plugins {
id("java") // Java support
id("org.jetbrains.kotlin.jvm").version("2.0.0") // Kotlin support
id("org.jetbrains.intellij").version("1.17.3") // Gradle IntelliJ Plugin
id("org.jetbrains.changelog").version("2.2.0") // Gradle Changelog Plugin
id("org.jetbrains.qodana").version("2024.1.5") // Gradle Qodana Plugin
id("org.jetbrains.kotlinx.kover").version("0.8.1") // Gradle Kover Plugin
id("org.jetbrains.kotlin.jvm") version "2.0.0" // Kotlin support
id("org.jetbrains.intellij") version "1.17.3" // Gradle IntelliJ Plugin
id("org.jetbrains.changelog") version "2.2.0" // Gradle Changelog Plugin
id("org.jetbrains.qodana") version "2024.1.5" // Gradle Qodana Plugin
id("org.jetbrains.kotlinx.kover") version "0.8.1" // Gradle Kover Plugin
}

group = properties("pluginGroup").get()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.strangelookingnerd
pluginName = pedro-progress-bar
pluginRepositoryUrl = https://github.com/strangelookingnerd/pedro-progress-bar-plugin
# SemVer format -> https://semver.org
pluginVersion = 0.0.1
pluginVersion = 0.0.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232
Expand Down

0 comments on commit 1863a96

Please sign in to comment.