Skip to content

Commit

Permalink
bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
junkdog committed Oct 3, 2015
1 parent bbf7671 commit fbf746d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
#### Version: 1.1.0-SNAPSHOT


#### Version: 1.0.1 - 2015-10-03
- **Fix**: Optimized IteratingSystems were only partially rewritten. Crash on ART.


#### Version: 1.0.0 - 2015-10-01
- Serialization: Removed component key integer prefix in json.
- In case of collisions, adds an integer suffix to the key name.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,20 +76,20 @@ Share your thoughts and questions with us!
<dependency>
<groupId>net.onedaybeard.artemis</groupId>
<artifactId>artemis-odb</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
```

See [weave automation](https://github.com/junkdog/artemis-odb/wiki/Weave-Automation) and [module overview](https://github.com/junkdog/artemis-odb/wiki/Module-Overview)

#### Gradle
```groovy
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.0.0" }
dependencies { compile "net.onedaybeard.artemis:artemis-odb:1.0.1" }
```

#### Manual Download

- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/1.0.0/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/1.0.0/)
- [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/1.0.0/)
- [Main library](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb/1.0.1/)
- [Command-line tool](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-cli/1.0.1/)
- [Entity Factory Processor](http://repo1.maven.org/maven2/net/onedaybeard/artemis/artemis-odb-processor/1.0.1/)

0 comments on commit fbf746d

Please sign in to comment.