Skip to content

Commit

Permalink
1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tconkling committed Feb 8, 2014
1 parent c363672 commit e70b60a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-demo</artifactId>
<packaging>swf</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<repositories/>
<dependencies>
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<type>swc</type>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion exporter/etc/airdesc.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<application xmlns="http://ns.adobe.com/air/application/3.9">
<id>flump</id>
<versionNumber>1.2</versionNumber>
<versionNumber>1.3</versionNumber>
<filename>Flump</filename>
<initialWindow>
<renderMode>direct</renderMode>
Expand Down
4 changes: 2 additions & 2 deletions exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-exporter</artifactId>
<packaging>swc</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<repositories>
<repository>
<id>tconkling</id>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<type>swc</type>
</dependency>
<dependency>
Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<packaging>swc</packaging>
<version>1.3-SNAPSHOT</version>
<version>1.3</version>
<repositories>
<repository>
<id>tconkling</id>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.timconkling</groupId>
<artifactId>react-as3</artifactId>
<version>1.0</version>
<version>1.1</version>
<type>swc</type>
</dependency>
<dependency>
Expand Down

0 comments on commit e70b60a

Please sign in to comment.