Skip to content

Commit abc88cc

Browse files
committed
0.3.0
1 parent 981b327 commit abc88cc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

shard.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
name: kemal-csrf
2-
version: 0.1.0
2+
version: 0.3.0
33

44
dependencies:
55
kemal-session:
66
github: kemalcr/kemal-session
7-
branch: master
7+
version: 0.8.0
88

99
development_dependencies:
1010
kemal:
1111
github: sdogruyol/kemal
12-
branch: master
12+
version: 0.20.0
1313

1414
authors:
1515
- Serdar Dogruyol <[email protected]>
1616

1717

18-
crystal: 0.20.0
18+
crystal: 0.23.0
1919

2020
license: MIT

src/kemal-csrf/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Kemal::Csrf
2-
VERSION = "0.1.0"
2+
VERSION = "0.3.0"
33
end

0 commit comments

Comments
 (0)