From 5468e062bcbffe9db73224ff3ef516d9820395ab Mon Sep 17 00:00:00 2001 From: David Chambers Date: Mon, 25 May 2020 11:35:17 +0200 Subject: [PATCH] Version 4.1.0 --- .gitignore | 1 + LICENSE | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index cba87a3..bd53bbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +/.nyc_output/ /coverage/ /node_modules/ diff --git a/LICENSE b/LICENSE index 806ad2a..3ac2947 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2019 Fantasy Land +Copyright (c) 2020 Fantasy Land Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package.json b/package.json index 1336a38..aa37ecc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "fantasy-land", "author": "Brian McKenna", - "version": "4.0.1", + "version": "4.1.0", "description": "Specification for interoperability of common algebraic structures in JavaScript", "license": "MIT", "homepage": "https://github.com/fantasyland/fantasy-land",