Skip to content

Commit

Permalink
chore: Upgrade version to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
behzodhalil committed Jun 22, 2023
1 parent b6154ab commit aeb4df3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [0.1.1] - June 22, 2023

# What's Changed

- Add logger for monitoring states

## [0.0.8] - June 21, 2023

# What's Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2

# POM
GROUP = io.github.behzodhalil
VERSION_NAME = 0.1.0
VERSION_NAME = 0.1.1

POM_URL = https://github.com/getspherelabs/meteor
POM_SCM_URL =https://github.com/getspherelabs/meteor
Expand Down
1 change: 1 addition & 0 deletions meteor-logger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ kotlin {
jvmTarget = "1.8"
}
}
publishAllLibraryVariants()
}

listOf(
Expand Down
3 changes: 3 additions & 0 deletions meteor-logger/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
POM_NAME=meteor-logger
POM_ARTIFACT_ID=meteor-logger
POM_DESCRIPTION=Logger for MVI
2 changes: 1 addition & 1 deletion samples/rickymortykmm/buildSrc/src/main/kotlin/Deps.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Version {
const val json = "1.5.0"
const val coroutines = "1.6.4"
const val serializationCore = "1.4.1"
const val meteor = "0.0.8"
const val meteor = "0.1.0"
const val navigation = "2.5.1"
const val turbine = "1.0.0"
}
Expand Down

0 comments on commit aeb4df3

Please sign in to comment.