Skip to content

Commit

Permalink
Merge pull request #175 from xtuml/p2s3_letter
Browse files Browse the repository at this point in the history
bumped version
  • Loading branch information
cortlandstarrett authored Dec 14, 2023
2 parents 4e05c65 + 273b555 commit 5b64691
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion models/AEOrdering/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ConanFile(conan.ConanFile):
name = 'aeordering'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/AEReception/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ConanFile(conan.ConanFile):
name = 'aereception'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/AsyncLogger/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ConanFile(conan.ConanFile):
name = 'asynclogger'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/FileReception/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

class ConanFile(conan.ConanFile):
name = 'freception'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/InvariantStore/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ConanFile(conan.ConanFile):
name = 'istore'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/PV_PROC/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ConanFile(conan.ConanFile):
name = 'pv_proc'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/SequenceVerificationDataCentric/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ConanFile(conan.ConanFile):
name = 'aesequencedc'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down
2 changes: 1 addition & 1 deletion models/VerificationGateway/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

class ConanFile(conan.ConanFile):
name = 'verificationgateway'
version = '1.1.1'
version = '1.2.0'
user = 'xtuml'
channel = 'stable'
python_requires = 'masl_conan/[>=4.2.2]@xtuml/stable'
Expand Down

0 comments on commit 5b64691

Please sign in to comment.