Skip to content

Commit a9c14ff

Browse files
committed
Bump to version 0.1.5
1 parent d323509 commit a9c14ff

File tree

5 files changed

+11
-7
lines changed

5 files changed

+11
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# llcacodec Changelog
33

4+
## April 11: Version 0.1.5
5+
46
## April 11: Version 0.1.4
57

68
Add all exported functions as default from src/api.ts
@@ -49,6 +51,8 @@ Add documentation for all 3 entry points into llcacodec
4951

5052
Add npm and yarn install commands into documentation
5153

54+
Bump to version 0.1.5
55+
5256
## April 10: Version 0.1.4
5357

5458
Bump to version 0.1.4

DEV_DOCUMENTATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# llcacodec 0.1.4 Developer Documentation
2+
# llcacodec 0.1.5 Developer Documentation
33

44
## Unsupported File Formats
55

DOCUMENTATION.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# llcacodec 0.1.4
2+
# llcacodec 0.1.5
33

44
llcacodec is a library written in Typescript to decode and encode
55
[Life-Like Cellular Automata](https://conwaylife.com/wiki/Life-like_cellular_automaton)
@@ -38,7 +38,7 @@ and they are explained further in [the dist README](dist/README.md)
3838

3939
## Table of Contents
4040

41-
- [llcacodec 0.1.4](#llcacodec-014)
41+
- [llcacodec 0.1.5](#llcacodec-015)
4242
- [Table of Contents](#table-of-contents)
4343
- [Quickstart](#quickstart)
4444
- [Quickstart - Files](#quickstart---files)
@@ -554,5 +554,5 @@ fetchLifeLikeFileData("my/path")
554554

555555
---
556556

557-
Written for llcacodec version 0.1.4
557+
Written for llcacodec version 0.1.5
558558
Written by [cobyj33](https://www.github.com/cobyj33)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"email": "jacobyajohnson@gmail.com"
88
},
99
"license": "MIT",
10-
"version": "0.1.4",
10+
"version": "0.1.5",
1111
"author": {
1212
"name": "Jacoby Johnson",
1313
"email": "jacobyajohnson@gmail.com",

src/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
* @file api.ts
33
* @description The public API for the llcacodec library
44
* @author Jacoby Johnson
5-
* @version 0.1.4
6-
* @date April 9th, 2023
5+
* @version 0.1.5
6+
* @date April 11th, 2023
77
* @license MIT
88
*/
99

0 commit comments

Comments
 (0)