Skip to content

Commit

Permalink
1.16.30
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinashworth committed Feb 2, 2021
1 parent c0d071d commit 76a1cbd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "octave",
"version": "1.16.29",
"version": "1.16.30",
"scripts": {
"start": "meteor --port 4004 --settings settings.json",
"start-debug": "meteor debug --port 4004 --settings settings.json",
Expand Down
2 changes: 1 addition & 1 deletion packages/octave/package.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'octave',
version: '1.16.29'
version: '1.16.30'
})

Package.onUse(function (api) {
Expand Down
2 changes: 1 addition & 1 deletion sample_settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"owner": "All of Us",
"ownerUrl": "//example.com/",
"description": "Octave is a place to collaborate and share information.",
"version": "1.16.29",
"version": "1.16.30",
"faviconUrl": "/favicon/favicon.ico",
"locale": "en",
"algolia": {
Expand Down
2 changes: 1 addition & 1 deletion settings-public-testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"owner": "John Q. Public, LLC",
"ownerUrl": "//example.com/",
"description": "Octave is a side project that is totally awesome. This is the publicly available version with unreal data.",
"version": "1.16.29",
"version": "1.16.30",
"faviconUrl": "/favicon/favicon.ico",
"locale": "en",
"algolia": {
Expand Down

0 comments on commit 76a1cbd

Please sign in to comment.