tiddlywiki_cp 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 0.4.1 2008-03-30
2
+
3
+ * 1 major bug fix:
4
+ * failed to recognize 2.3 tiddlywiki files
5
+
1
6
  == 0.3.0 2007-07-22
2
7
 
3
8
  * 1 major bug fix:
@@ -17,7 +17,7 @@ module TiddlywikiCp #:nodoc:
17
17
  module VERSION #:nodoc:
18
18
  MAJOR = 0
19
19
  MINOR = 4
20
- TINY = 0
20
+ TINY = 1
21
21
 
22
22
  STRING = [MAJOR, MINOR, TINY].join('.')
23
23
  end
metadata CHANGED
@@ -3,7 +3,7 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: tiddlywiki_cp
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.4.0
6
+ version: 0.4.1
7
7
  date: 2008-03-30 00:00:00 +00:00
8
8
  summary: copy tiddlers to files and vice versa
9
9
  require_paths: