diff --git a/DESCRIPTION b/DESCRIPTION index ec6f2bc..d08b249 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,9 +1,9 @@ Package: storr -Title: Simple Object Storer -Version: 0.6.0 +Title: Simple Key Value Stores +Version: 1.0.0 Description: Creates and manages simple key-value stores. These can use a variety of approaches for storing the data. This package - implements the base methods and support for filesystem and + implements the base methods and support for file system and in-memory stores. A vignette shows how additional drivers can be created, and stubs exist for supporting 'Redis' databases. Depends: diff --git a/LICENSE b/LICENSE index 92f35ca..8b6f285 100644 --- a/LICENSE +++ b/LICENSE @@ -1,2 +1,2 @@ -YEAR: 2015 +YEAR: 2016 COPYRIGHT HOLDER: Richard G. FitzJohn