Skip to content

Commit 74710e8

Browse files
committed
No longer in beta, bump to 1.0
1 parent f1e56ae commit 74710e8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

splitflap-doc/splitflap.scrbl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ With this library, you are only made to supply the minimum set of data needed to
2525
But everything you supply is carefully validated, so that the result is either a fully valid feed or
2626
an exception.
2727

28-
@bold{Splitflap is in beta release.} The interface is mostly stable and documentation is fairly
29-
complete. There are some wrinkles to iron out. Please report any problems on
30-
@hyperlink["https://github.com/otherjoel/splitflap/issues"]{the Github repo}.
28+
Please report any problems on @hyperlink["https://github.com/otherjoel/splitflap/issues"]{the Github
29+
repo}.
3130

3231
@bold{Installation:} To install this package from the command line:
3332

splitflap-lib/info.rkt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#lang info
22

33
(define collection "splitflap")
4-
(define version "0.9")
4+
(define version "1.0")
55

66
(define deps '("gregor-lib"
77
"rackunit-lib"

0 commit comments

Comments
 (0)