Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
Updated conan package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-spiessens committed Jul 21, 2017
1 parent 0faa4a7 commit 49502c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from conans import ConanFile

class ExampleUsingFlow(ConanFile):
requires = "FlowTest/1.2@spiessensm/stable"
requires = "Flow/1.3@spiessensm/stable"

def imports(self):
self.copy("*.h")
Expand Down

0 comments on commit 49502c6

Please sign in to comment.