aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ROADMAP.md2
-rw-r--r--c_defs.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/ROADMAP.md b/ROADMAP.md
index 1416442..37229c2 100644
--- a/ROADMAP.md
+++ b/ROADMAP.md
@@ -4,7 +4,7 @@
- [x] folders
- [x] folding folders
-- [ ] delete folders
+- [x] delete folders
## v0.2
diff --git a/c_defs.go b/c_defs.go
index dbc3f12..b809db8 100644
--- a/c_defs.go
+++ b/c_defs.go
@@ -55,7 +55,7 @@ const (
W = 0
H = 1
DATA_DIR_NAME = "hardflip"
- VERSION = "v0.0"
+ VERSION = "v0.1"
)
const (