Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dorchard committed Aug 20, 2019
1 parent a1430ff commit 4f29c46
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.7.7.1
- Some small fixes
- Tweaks to improve error messages

# 0.7.7.0
- Standard library changes
- `Cake`: back in to StdLib
Expand Down
2 changes: 1 addition & 1 deletion compiler/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: granule-compiler
version: '0.7.7.0'
version: '0.7.7.1'
synopsis: The Granule compiler
author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
copyright: 2018 authors
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: granule-frontend
version: '0.7.7.0'
version: '0.7.7.1'
synopsis: The Granule abstract-syntax-tree, parser and type checker libraries
author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
copyright: 2018 authors
Expand Down
2 changes: 1 addition & 1 deletion interpreter/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: granule-interpreter
version: '0.7.7.0'
version: '0.7.7.1'
synopsis: The Granule interpreter
author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
copyright: 2019 authors
Expand Down
2 changes: 1 addition & 1 deletion repl/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: granule-repl
version: '0.7.7.0'
version: '0.7.7.1'
synopsis: The Granule interactive interpreter (grepl)
author: Dominic Orchard, Vilem-Benjamin Liepelt, Harley Eades III, Preston Keel
copyright: 2019 authors
Expand Down

0 comments on commit 4f29c46

Please sign in to comment.