Skip to content

Commit

Permalink
[Github Action] Update version to 5.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmelt authored and github-actions[bot] committed Nov 10, 2023
1 parent 8f36977 commit a912ebb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openc3/cosmos-tool-iframe",
"version": "5.11.4-beta0",
"version": "5.12.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
Expand All @@ -11,7 +11,7 @@
"test:components": "vue-cli-service test:components"
},
"dependencies": {
"@openc3/tool-common": "5.11.4-beta0",
"@openc3/tool-common": "5.12.0",
"axios": "0.27.2",
"date-fns": "2.30.0",
"lodash": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion openc3/lib/openc3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module Version
MINOR = '12'
PATCH = '0'
OTHER = ''
BUILD = 'b481dac103b3dd8b413eecc497d060df83ce6a31'
BUILD = '8f36977eacfebdcdae21f02223be66e69feaa2bf'
end
VERSION = '5.12.0'
GEM_VERSION = '5.12.0'
Expand Down

0 comments on commit a912ebb

Please sign in to comment.