From d946f1dad4f4425fd4f3a0b3d1a5b604222f7aa4 Mon Sep 17 00:00:00 2001 From: DamSenViet <26016342+DamSenViet@users.noreply.github.com> Date: Mon, 9 Nov 2020 01:33:45 -0800 Subject: [PATCH] core: bump verison - reformatted docs examples --- docs/examples/index.md | 4 +++- package.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/examples/index.md b/docs/examples/index.md index 1080e53..b712b67 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -189,4 +189,6 @@ generated between acpatterns.com and acpatterns-js, this library uses field limitations based on in-game limits, whereas the internal library at acpatterns.com uses file-format based limits. -e.g. ACNL only allows villager names to be 8 characters, but the file-format allows for 9 (not counting null termination). This library obeys the 8 character limit set by the developers of the game for safety. \ No newline at end of file +e.g. ACNL only allows villager names to be 8 characters, but the file-format +allows for 9 (not counting null termination). This library obeys the 8 +character limit set by the developers of the game for safety. \ No newline at end of file diff --git a/package.json b/package.json index d603358..5070370 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@damsenviet/acpatterns", - "version": "0.0.0", + "version": "1.0.0", "description": "A JavaScript library for interacting with Animal Crossing pattern data structures and files.", "module": "build/esm/index.js", "types": "build/esm/index.d.ts",