From 823bda046aa518805f36580e1e62f195e2acd9f6 Mon Sep 17 00:00:00 2001 From: "harshitha.d" Date: Mon, 17 Feb 2025 18:22:20 +0530 Subject: [PATCH] Update license year to 2025 and change Node.js version requirement to 20+ in README --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ffb4ad0..25403cd 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Contentstack +Copyright (c) 2025 Contentstack 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/README.md b/README.md index 8e3e47b..9d16ff0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Contentstack is a headless CMS with an API-first approach. It is a CMS that deve This module is basically a Filesystem database where the DataSync Manager stores the most recent version of content. When the DataSync Manager syncs with the Contentstack server via a listener or any other device where the content is updated, it fetches that content and places it in the filesystem. ### Prerequisite - - Node.js 8+ + - Node.js 20+ - Contentstack Data Sync Asset Store. ### Usage