Skip to content

Commit

Permalink
chore: bump project
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmaialva33 committed Jul 24, 2022
1 parent 3a680b0 commit 27b4566
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,11 @@ All notable changes to this project will be documented in this file.

- bump version


## 1.0.3

- bump version

## [Unreleased]

- bump version
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
id("java")
id("org.jetbrains.kotlin.jvm") version "1.6.21"
id("org.jetbrains.intellij") version "1.5.3"
id("org.jetbrains.kotlin.jvm") version "1.7.10"
id("org.jetbrains.intellij") version "1.7.0"
id("org.jetbrains.changelog") version "1.3.1"
id("io.gitlab.arturbosch.detekt") version "1.20.0"
id("org.jlleitschuh.gradle.ktlint") version "10.2.1"
id("io.gitlab.arturbosch.detekt") version "1.21.0"
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
}

group = properties("pluginGroup")
Expand Down
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.gabrielmaialva33.jetbrains
pluginName=Omni Owl Theme
pluginVersion=1.0.2
pluginVersion=1.0.3
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild=211
pluginUntilBuild=221.*
pluginUntilBuild=222.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions=211.7628.21, 212.5712.43, 213.5744.223
pluginVerifierIdeVersions=211.7628.21, 212.5712.43, 213.7172.25, 221.5921.22
# Plugin Build Platform
platformType=IC
platformVersion=2021.1
Expand Down

0 comments on commit 27b4566

Please sign in to comment.