Skip to content

Commit 499a304

Browse files
committed
Bump to 0.1.3
1 parent c996816 commit 499a304

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Changed all encoding data interfaces to match the pattern (FILE_TYPE_NAME)Encodi
4444

4545
Changed readLifeFile overload for unknown file types to not accept a second parameter
4646

47-
Changed RLEDecodedData to default topleft to [0, 0] and include a new field "foundTopLeft" for if a custom top left coordinate was found
47+
Changed RLEDecodedData to default topleft to [0, 0] and include a new field "foundTopLeft" for if a custom top left coordinate was found

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.1
2+
# llcacodec 0.1.3
33

44
llcacodec is a library written in Typescript to decode and encode [Life-Like Cellular Automata](https://conwaylife.com/wiki/Life-like_cellular_automaton) data rules and files.
55

@@ -19,7 +19,7 @@ llcacodec is currently only provided through ES modules.
1919

2020
## Table of Contents
2121

22-
- [llcacodec 0.1.1](#llcacodec-011)
22+
- [llcacodec 0.1.3](#llcacodec-013)
2323
- [Table of Contents](#table-of-contents)
2424
- [Quickstart](#quickstart)
2525
- [Quickstart - Files](#quickstart---files)
@@ -346,5 +346,5 @@ fetchLifeLikeFileData("my/path")
346346

347347
---
348348

349-
Written for llcacodec version 0.1.1
349+
Written for llcacodec version 0.1.3
350350
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.2",
10+
"version": "0.1.3",
1111
"author": {
1212
"name": "Jacoby Johnson",
1313
"email": "jacobyajohnson@gmail.com",

0 commit comments

Comments
 (0)