You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2018/06/15 19:46:22 UTC

nifi-fds git commit: Release FDS-0.1.0

Repository: nifi-fds
Updated Branches:
  refs/heads/NIFI-5240 [created] ab0cab8f7
Updated Tags:  refs/tags/rel/nifi-fds-0.1.0 [created] 076921aee


Release FDS-0.1.0


Project: http://git-wip-us.apache.org/repos/asf/nifi-fds/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-fds/commit/ab0cab8f
Tree: http://git-wip-us.apache.org/repos/asf/nifi-fds/tree/ab0cab8f
Diff: http://git-wip-us.apache.org/repos/asf/nifi-fds/diff/ab0cab8f

Branch: refs/heads/NIFI-5240
Commit: ab0cab8f75e265759b89a126b3e4eadfb3a1b683
Parents: 4eee1d7
Author: Scott Aslan <sc...@gmail.com>
Authored: Fri Jun 8 17:23:55 2018 -0400
Committer: Scott Aslan <sc...@gmail.com>
Committed: Fri Jun 8 17:23:55 2018 -0400

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-fds/blob/ab0cab8f/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index b1738a1..97c71f8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "nifi-fds",
-  "version": "0.0.1",
+  "version": "0.1.0",
   "scripts": {
     "build": "./node_modules/grunt-cli/bin/grunt compile-fds-styles",
     "test": "./node_modules/protractor/bin/webdriver-manager update --gecko false && karma start karma.conf.js --single-run",