Skip to content

Commit

Permalink
Flump 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tconkling committed May 30, 2013
1 parent 4f5578a commit 6563b12
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.0</version>
<version>1.1</version>
<repositories/>
<dependencies>
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.0.2</version>
<version>1.1</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.7">
<id>flump</id>
<versionNumber>1.0</versionNumber>
<versionNumber>1.1</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.1-SNAPSHOT</version>
<version>1.1</version>
<repositories>
<repository>
<id>tconkling</id>
Expand All @@ -15,7 +15,7 @@
<dependency>
<groupId>com.threerings.flump</groupId>
<artifactId>flump-runtime</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<type>swc</type>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion 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.1-SNAPSHOT</version>
<version>1.1</version>
<repositories>
<repository>
<id>tconkling</id>
Expand Down

0 comments on commit 6563b12

Please sign in to comment.