Skip to content

Commit

Permalink
Prepare for release 0.60.3
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Sep 27, 2023
1 parent d158c0b commit 9342a31
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change log for refreshVersions

## [Unreleased] Version 0.60.3 (2023-09-27)
## Version 0.60.3 (2023-09-27)

### Bug fix

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
// settings.gradle(.kts)
plugins {
// See https://splitties.github.io/refreshVersions
id("de.fayard.refreshVersions") version "0.60.2"
id("de.fayard.refreshVersions") version "0.60.3"
}

refreshVersions { // Optional: configure the plugin
Expand Down
17 changes: 16 additions & 1 deletion docs/dependency-notations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Built-in Dependency Notations
---
# Built-in Dependency Notations

[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1254** Dependency Notations in **26** groups and **263** subgroups
[**refreshVersions**](https://github.com/Splitties/refreshVersions) provides **1256** Dependency Notations in **26** groups and **264** subgroups

**Built-in Dependency Notations** are maven coordinates of popular libraries,
discoverable as for example `KotlinX.coroutines.core` in IntelliJ IDEA,
Expand Down Expand Up @@ -126,6 +126,12 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
biometric
</span>
-
<span
title="AndroidX.bluetooth&#10;androidx.bluetooth:bluetooth:_&#10;version.androidx.bluetooth"
style="text-decoration: underline;">
bluetooth
</span>
-
<span
title="AndroidX.browser&#10;androidx.browser:browser:_&#10;version.androidx.browser"
style="text-decoration: underline;">
Expand Down Expand Up @@ -602,6 +608,15 @@ Hover 🐁 on a dependency notation to see its `Triple(KotlinName, MavenCoordina
</td></tr>
<tr><td><b>AndroidX.bluetooth</b></td><td>
<span
title="AndroidX.bluetooth.testing&#10;androidx.bluetooth:bluetooth-testing:_&#10;version.androidx.bluetooth"
style="text-decoration: underline;">
testing
</span>
</td></tr>
<tr><td><b>AndroidX.camera</b></td><td>
<span
title="AndroidX.camera.camera2&#10;androidx.camera:camera-camera2:_&#10;version.androidx.camera"
Expand Down
6 changes: 3 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ extra:
gradlePluginPortal: https://plugins.gradle.org/plugin/de.fayard.refreshVersions
slack: https://app.slack.com/client/T09229ZC6/CP5659EL9
version:
gradle: 8.2.1
refreshVersions: '0.60.2'
snapshot: '0.60.3-SNAPSHOT'
gradle: 8.3
refreshVersions: '0.60.3'
snapshot: '0.60.4-SNAPSHOT'
keyboard_shortcuts:
find_actions: <kbd>ctrl</kbd>/<kbd>cmd</kbd> + <kbd>shift</kbd> + <kbd>A</kbd>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@
0.60.0->16
0.60.1->17
0.60.2->19
0.60.3->19
2 changes: 1 addition & 1 deletion plugins/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.60.3-SNAPSHOT
0.60.3

0 comments on commit 9342a31

Please sign in to comment.