Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-tennert committed Nov 29, 2023
1 parent e5f7262 commit 043d900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ kotlin.experimental.tryK2=false
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true

supabase-version = 2.0.0-alpha-1
supabase-version = 2.0.0-alpha-2
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class SupabaseClientBuilder @PublishedApi internal constructor(private val supab
/**
* Installs a plugin to the [SupabaseClient]
*
* Plugins can be either retrieved by calling [PluginManager.getPlugin] within your [SupabaseClient] instance or by using the corresponding **SupabaseClient.plugin** function.
* Plugins can be either retrieved by calling [PluginManager.getPlugin] within your [SupabaseClient] instance or by using the corresponding **SupabaseClient.plugin** extension property.
*/
@SupabaseDsl
fun <Config, PluginInstance : SupabasePlugin, Provider : SupabasePluginProvider<Config, PluginInstance>> install(plugin: Provider, init: @SupabaseDsl Config.() -> Unit = {}) {
Expand Down

0 comments on commit 043d900

Please sign in to comment.