Skip to content

Commit

Permalink
2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cschar committed Jul 16, 2021
1 parent 1b38afc commit 6ea013d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ name: Build
on:
# Trigger the workflow on pushes to only the 'main' branch (this avoids duplicate checks being run e.g. for dependabot pull requests)
push:
branches: [main, try_kotlin_template]
branches: [main, try_kotlin_template, v2.6]
# Trigger the workflow on any pull request
pull_request:

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# demo-proj Changelog

## [Unreleased]
## [2.5.2]
- added something
- add background loading at startup
- move to intellij-plugin-template

## [2.5.1]
### Added
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

pluginGroup = com.github.cschar.pmode3
pluginName = power-mode-zeranthium
pluginVersion = 2.5.2
pluginVersion = 2.6.0

# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
Expand Down

0 comments on commit 6ea013d

Please sign in to comment.