Skip to content

Commit fe3de2d

Browse files
committedSep 21, 2022
1.0: 14 years in the making :)
1 parent 8188bca commit fe3de2d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎ChangeLog

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 1.0 - Wed Sep 21 16:07:32 CEST 2022
2+
- Almost 14 years in the making. Thanks everyone.
3+
14
* 0.10.3 - Thu Aug 25 11:10:13 CEST 2022
25
- No need for puts :)
36

‎lib/feedbag.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
require "net/http"
99

1010
class Feedbag
11-
VERSION = '0.10.3'
11+
VERSION = '1.0.0'
1212
CONTENT_TYPES = [
1313
'application/x.atom+xml',
1414
'application/atom+xml',

0 commit comments

Comments
 (0)
Please sign in to comment.