Skip to content

Commit

Permalink
Version bump to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gdude2002 committed Mar 12, 2015
1 parent 460f1ea commit 206278c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ repositories {
dependencies {
// ...
compile "com.archivesmc.archblock:ArchBlock:0.0.2"
compile "com.archivesmc.archblock:ArchBlock:0.0.3"
}
```

Expand All @@ -52,7 +52,7 @@ dependencies {
<dependency>
<groupId>com.archivesmc.archblock</groupId>
<artifactId>ArchBlock</artifactId>
<version>0.0.2</version>
<version>0.0.3</version>
</dependency>
<dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins {
id 'ivy-publish'
}

version = "0.0.3b"
version = "0.0.3"
sourceCompatibility = 1.7
group = "com.archivesmc.archblock"

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ArchBlock
main: com.archivesmc.archblock.Plugin
version: 0.0.3b
version: 0.0.3
author: Gareth Coles
website: https://github.com/TheArchives/ArchBlock

Expand Down

0 comments on commit 206278c

Please sign in to comment.