Skip to content

Commit

Permalink
Bumped the version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
artob committed Oct 15, 2020
1 parent ebb8cbf commit 42f5fbb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Released and required [Clarity.ml] 0.2.0.
- Generated JavaScript code now mentions the used Sworn version.
- Some improvements to the WebAssembly target.

Expand Down Expand Up @@ -85,3 +86,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[0.2.0]: https://github.com/weavery/sworn/compare/0.1.0...0.2.0

[Clarity.js]: https://github.com/weavery/clarity.js
[Clarity.ml]: https://github.com/weavery/clarity.ml
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.0
1.0.0
2 changes: 1 addition & 1 deletion bin/sworn/sworn.ml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

open Cmdliner

let version = "0.4.0" (* TODO: preprocess from VERSION *)
let version = "1.0.0" (* TODO: preprocess from VERSION *)
let js_version = "0.1"

exception Error of int * string * string
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.7)
(name sworn)
(version 0.4.0)
(version 1.0.0)

0 comments on commit 42f5fbb

Please sign in to comment.