Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Jun 12, 2019
1 parent febd871 commit 35421f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const fs = require("fs");

class SolidFileStorage {
constructor() {
this.name = "solid-rest-file-0.0.1"
this.name = "solid-rest-file-storage-1.0.0"
}

_makeStream(text){
Expand Down
2 changes: 1 addition & 1 deletion src/localStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*/
class SolidLocalStorage {
constructor() {
this.name = "solid-rest-localStorage-0.0.1"
this.name = "solid-rest-localStorage-1.0.0"
}

/*
Expand Down

0 comments on commit 35421f5

Please sign in to comment.