🐦‍⬛ Snapshot testing in Gleam

:bookmark: Version 1.2.0

Changed files
+2 -2
src
+1 -1
gleam.toml
··· 1 1 name = "birdie" 2 - version = "1.1.8" 2 + version = "1.2.0" 3 3 4 4 description = "Snapshot testing in Gleam" 5 5 licences = ["Apache-2.0"]
+1 -1
src/birdie.gleam
··· 17 17 import rank 18 18 import simplifile 19 19 20 - const birdie_version = "1.1.8" 20 + const birdie_version = "1.2.0" 21 21 22 22 const birdie_snapshots_folder = "birdie_snapshots" 23 23