mirror of
				https://github.com/node-red/node-red-nodes.git
				synced 2025-03-01 10:37:43 +00:00 
			
		
		
		
	fix the version of node-sensortag lib and bump version
This commit is contained in:
		@@ -1,10 +1,10 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "node-red-node-sensortag",
 | 
			
		||||
    "description": "A Node-RED node to read data from a TI SensorTag",
 | 
			
		||||
    "version": "0.0.3",
 | 
			
		||||
    "version": "0.0.4",
 | 
			
		||||
    "keywords" : ["node-red","sensortag"],
 | 
			
		||||
    "dependencies": {
 | 
			
		||||
        "sensortag" : "0.1.9"
 | 
			
		||||
        "sensortag" : "~1.0.1"
 | 
			
		||||
    },
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "repository" : {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user