diff --git a/gleam.toml b/gleam.toml index e97691f..ccc31a0 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,5 +1,5 @@ name = "sprocket" -version = "0.2.2" +version = "0.2.3" description = "A library for building live views and real-time server components in Gleam" # Fill out these fields if you intend to generate HTML documentation or publish diff --git a/package.json b/package.json index 8a55fa1..70b2608 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sprocket-js", - "version": "0.1.10", + "version": "0.1.11", "license": "MIT", "source": "client/src/sprocket.ts", "main": "client/dist/sprocket.js",