Skip to content

Commit

Permalink
Bump plugin. Patch changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
altavir committed Nov 26, 2020
1 parent 9e524e6 commit d99bd06
Show file tree
Hide file tree
Showing 6 changed files with 2,955 additions and 5 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [0.3.0]
### Added
-Support for `plotly.kts` in IDEA

### Changed
Expand Down
10 changes: 7 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,24 @@ plugins {
id("ru.mipt.npm.project")
}

val ktorVersion by extra("1.4.0")
val dataforgeVersion by extra("0.2.0-dev-8")
val ktorVersion by extra("1.4.1")
val dataforgeVersion by extra("0.2.0-dev-rc")
val htmlVersion by extra("0.7.2")

val bintrayRepo by extra("kscience")
val githubProject by extra("plotly.kt")

allprojects {
group = "kscience.plotlykt"
version = "0.3.0-dev-3"
version = "0.3.0-dev-rc"

repositories {
mavenLocal()
maven("https://dl.bintray.com/kotlin/kotlin-eap")
maven("https://kotlin.bintray.com/kotlinx")
}
}

apiValidation {
ignoredProjects.addAll(listOf("examples", "fx-demo", "js-demo"))
}
Loading

0 comments on commit d99bd06

Please sign in to comment.