Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 7e063bd

Browse files
committed
Release 0.1.1
1 parent 0d9d83b commit 7e063bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: json_mapping
2-
version: 0.1.0
2+
version: 0.1.1
33

44
authors:
55
- Brian J. Cardiff <[email protected]>

src/json_mapping.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ require "json"
22

33
module JSON
44
module Mapping
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end
77

88
# The `JSON.mapping` macro defines how an object is mapped to JSON.

0 commit comments

Comments
 (0)