Repository: olingo-odata4-js Updated Branches: refs/heads/master e88f07915 -> a4cbb2360
[OLINGO-624] - Release (odatajs-4.0.0-RC-01 --> odatajs-4.0.0) Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/commit/a4cbb236 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/tree/a4cbb236 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/diff/a4cbb236 Branch: refs/heads/master Commit: a4cbb236054339c43876c9cf26e55886fdd3a712 Parents: e88f079 Author: Sven Kobler <[email protected]> Authored: Thu Apr 9 09:54:30 2015 +0200 Committer: Sven Kobler <[email protected]> Committed: Thu Apr 9 09:54:30 2015 +0200 ---------------------------------------------------------------------- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4-js/blob/a4cbb236/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index ae0a694..044cb81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "odatajs", "version": "4.0.0", - "postfix": "RC-01", + "postfix": "", "releaseCandidate": "", "title": "Olingo OData Client for JavaScript", "description": "the Olingo OData Client for JavaScript library is a new cross-browser JavaScript library that enables data-centric web applications by leveraging modern protocols such as JSON and OData and HTML5-enabled browser features. It's designed to be small, fast and easy to use.",
