From 3a5c4818dd75a9a72a1871e37b997815e7c5baf9 Mon Sep 17 00:00:00 2001 From: Olivier Giulieri Date: Wed, 20 Mar 2024 14:28:46 -0700 Subject: [PATCH] Version 1.0.0. --- LICENSE | 2 +- package.json | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 7c86ea4..6acfbe5 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021 Olivier Giulieri +Copyright (c) 2024 Olivier Giulieri 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 cda1b9d..e6a6a28 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "isomorphic-table-cards", - "version": "0.1.0", + "version": "1.0.0", "description": "Isomorphic Table/Cards views with animated transitions.", "author": "Olivier Giulieri (https://evoluteur.github.io/)", - "copyright": "(c) 2020 Olivier Giulieri", + "copyright": "(c) 2024 Olivier Giulieri", "repository": { "type": "git", "url": "https://github.com/evoluteur/isomorphic-table-cards.git" @@ -20,6 +20,8 @@ "view", "layout", "cards", + "cardview", + "tableview", "javascript", "css", "html"