Skip to content

Commit 69505ba

Browse files
author
psFried
committed
Merge pull request #105 from spidasoftware/1.0-release-80227848
1.0 release 80227848
2 parents 7620103 + 00e24ac commit 69505ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ SPIDA Software JSON Interfaces
33

44
[![Build Status](https://secure.travis-ci.org/spidasoftware/schema.png)](http://travis-ci.org/spidasoftware/schema)
55

6-
* LAST RELEASED VERSION: 0.5
7-
* CURRENT DEV VERSION: 0.7-SNAPSHOT
6+
* LAST RELEASED VERSION: 1.0.0
7+
8+
Version 1.0.0 of Schema marks the point at which it stabilizes. The schemas found under `/resources/v1/` are considered stable, and we will endeavor to avoid any breaking changes to them. Any future changes that would cause integrations to break should be made under the `v2/` namespace.
89

910
License
1011
-------

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apply plugin: 'project-report'
1010
apply plugin: 'releaseNotes'
1111

1212
group = 'com.spidasoftware'
13-
version = '0.19-SNAPSHOT' //for nightly build, ensure that this is the first "version" in the file and keep single quotes
13+
version = '1.0.0' //for nightly build, ensure that this is the first "version" in the file and keep single quotes
1414
description = "Schema"
1515

1616
sourceCompatibility = 1.7

0 commit comments

Comments
 (0)