Skip to content

Commit f34de9b

Browse files
committed
update version number and readme for beta release
1 parent 7f0ae0c commit f34de9b

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# ROADMAP
22
* CompoundPath Support
3-
* Error handling
43

54
# History
65
* 2015-07-13: Alpha release 0.0.1
@@ -11,4 +10,7 @@
1110
* Support for JSON
1211
* Better UI
1312
* Error handling for "nothing selected" and "overflow"
13+
* 2015-07-20: Beta release 0.1.07
14+
* Support for PIXI_graphics
15+
* Unit tests
1416

CSXS/manifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<ExtensionManifest Version="5.0" ExtensionBundleId="com.greyrook.Draw2Script" ExtensionBundleVersion="0.0.3"
3+
<ExtensionManifest Version="5.0" ExtensionBundleId="com.greyrook.Draw2Script" ExtensionBundleVersion="0.1.0"
44
ExtensionBundleName="Draw2Script" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
55
<ExtensionList>
6-
<Extension Id="com.greyrook.Draw2Script.extension" Version="0.0.3" />
6+
<Extension Id="com.greyrook.Draw2Script.extension" Version="0.1.0" />
77
</ExtensionList>
88
<ExecutionEnvironment>
99
<HostList>

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Export Source Code from Adobe Illustrator. Inspired by [DrawScript](http://draw
88
* Supported Export Formats
99
* EaselJS tiny API
1010
* PIXI_tiny API
11+
* PIXI_graphics
12+
* JSON
1113

1214
## Installation using Extension Manager (Adobe CC2014 and CS6)
1315
* Install [Extension Manager](https://www.adobe.com/exchange/em_download/)
@@ -27,4 +29,4 @@ Export Source Code from Adobe Illustrator. Inspired by [DrawScript](http://draw
2729

2830
## State
2931

30-
Alpha / Concept State.
32+
Beta State.

0 commit comments

Comments
 (0)