23 Commits

Author SHA1 Message Date
8dcede5cae Update README.md 2022-09-27 11:24:20 +06:00
252f0daf3f Merge pull request #12 from InsanusMokrassar/0.3.4
0.3.4
2022-09-20 00:51:51 +06:00
f1d40f73c1 Update CHANGELOG.md 2022-09-20 00:47:29 +06:00
f5e15bbf0e Update libs.versions.toml 2022-09-20 00:35:25 +06:00
229354c4a1 Update gradle.properties 2022-09-20 00:33:21 +06:00
722aa93fd5 Merge pull request #11 from InsanusMokrassar/0.3.3
0.3.3
2022-09-09 22:15:43 +06:00
9833cf5f18 Update CHANGELOG.md 2022-09-09 22:14:09 +06:00
dcff436ed1 Update libs.versions.toml 2022-09-09 22:13:55 +06:00
26f90e1bcc Merge pull request #10 from InsanusMokrassar/0.3.3
0.3.3
2022-09-09 22:13:08 +06:00
c5c641dfbd Update CHANGELOG.md 2022-09-09 15:33:38 +06:00
781026fb8e Update libs.versions.toml 2022-09-09 15:33:10 +06:00
08387cd0c1 start 0.3.3 2022-09-09 15:32:21 +06:00
cce01759c4 Merge pull request #9 from InsanusMokrassar/0.3.2
0.3.2
2022-08-31 11:06:33 +06:00
4070c2b25d Update CHANGELOG.md 2022-08-31 11:06:15 +06:00
510f7003da Update CHANGELOG.md 2022-08-31 11:06:05 +06:00
9c8c7b0333 Update libs.versions.toml 2022-08-31 11:05:06 +06:00
af0eefc0e2 start 0.3.2 2022-08-31 11:02:35 +06:00
e0572c1203 Merge pull request #8 from InsanusMokrassar/0.3.1
0.3.1
2022-08-18 17:16:57 +06:00
8f1c335dd4 Update CHANGELOG.md 2022-08-18 17:16:07 +06:00
88e8a0bfa3 Update gradle-wrapper.properties 2022-08-18 17:15:15 +06:00
bcff3d2480 Update libs.versions.toml 2022-08-18 17:14:50 +06:00
3b46374525 Update gradle.properties 2022-08-18 17:13:33 +06:00
07a263734e Merge pull request #7 from InsanusMokrassar/0.3.0
0.3.0
2022-08-06 01:37:37 +06:00
5 changed files with 28 additions and 4 deletions

View File

@@ -1,5 +1,27 @@
# Changelog # Changelog
## 0.3.4
* `Versions`:
* `plagubot`: `2.3.3`
* `kslog`: `0.5.2`
## 0.3.3
* `Versions`:
* `plagubot`: `2.3.1`
## 0.3.2
* `Versions`:
* `plagubot`: `2.2.0`
## 0.3.1
* `Versions`:
* `plagubot`: `2.1.0`
* `kslog`: `0.5.1`
## 0.3.0 ## 0.3.0
* `Versions`: * `Versions`:

View File

@@ -1,3 +1,5 @@
# Replaced to the [PlaguBotPlugins](https://github.com/InsanusMokrassar/PlaguBotPlugins)
# PlaguBotCommandsPlugin # PlaguBotCommandsPlugin
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugins.commands/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugins.commands) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugins.commands/badge.svg)](https://maven-badges.herokuapp.com/maven-central/dev.inmo/plagubot.plugins.commands)

View File

@@ -4,4 +4,4 @@ kotlin.js.generate.externals=true
kotlin.incremental=true kotlin.incremental=true
project_group=dev.inmo project_group=dev.inmo
project_version=0.3.0 project_version=0.3.4

View File

@@ -1,8 +1,8 @@
[versions] [versions]
kotlin = "1.7.10" kotlin = "1.7.10"
plagubot = "2.0.0" plagubot = "2.3.3"
kslog = "0.5.0" kslog = "0.5.2"
gh-release = "2.4.1" gh-release = "2.4.1"
jb-dokka = "1.7.10" jb-dokka = "1.7.10"

View File

@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists