Skip to content

Commit 1cd83cf

Browse files
committed
Bump version number
1 parent 4413450 commit 1cd83cf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Crystal wrapper for parsing .xlsx spreadsheets
1212
dependencies:
1313
xlsx-parser:
1414
github: D1ceWard/xlsx-parser
15-
version: 0.1.0
15+
version: 0.1.1
1616
```
1717
1818
2. Run `shards install`

shard.yml

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

44
authors:
55
- D1ceWard

src/xlsx_parser.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ require "./xlsx_parser/book"
22
require "./xlsx_parser/sheet"
33

44
module XlsxParser
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end

0 commit comments

Comments
 (0)