Skip to content

Commit

Permalink
Bump version to 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
yukinarit committed Oct 3, 2024
1 parent ed9b9b5 commit dd82f1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "mapboxgl"
version = "0.5.0"
version = "0.6.0"
edition = "2021"
description = "Unofficial Rust binding for mapbox-gl-js"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

Add `mapboxgl` to your Cargo.toml
```toml
mapboxgl = "0.4"
mapboxgl = "0.6"
```

Add the following CSS and JavaScript snippet in html, so that mapboxgl JavaScript module is loaded.
Expand Down

0 comments on commit dd82f1c

Please sign in to comment.